home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Applications 2002 November / SGI IRIX 6.5 Applications 2002 November.iso / dist / netscape.idb / usr / lib / X11 / app-defaults / Netscape.z / Netscape
Text File  |  2001-12-20  |  560KB  |  15,825 lines

  1. ! Insert copyright and license here 1994
  2.  
  3. ! Netscape.ad --- app-defaults file for Netscape 4.79.
  4. !
  5. ! Bugs and commentary to x_cbug@netscape.com.
  6.  
  7. ! Created: Jamie Zawinski <use the bug address, please>, 23-Jun-94.
  8. ! Modified: dp Suresh <dp@netscape.com>, 01-Aug-95
  9. ! Modified: snpf <snpf@netscape.com>, 23-Sep-96
  10. !
  11. !      ==========================================================
  12. !      NOTE: If you're looking here for things to customize, look
  13. !      on the Preferences dialogs under the Options menu first.
  14. !      Most things are customizable from there.  Things which are
  15. !      settable via the Preferences dialog boxes are stored in
  16. !      the ~/.netscape/preferences file, and not in X resources.
  17. !      ==========================================================
  18. !
  19. ! This file lists the default resources built in to Netscape.
  20. ! You can use the stuff in this file for examples of how to customize
  21. ! Netscape for your environment; normally you will do this by
  22. ! copying the few lines you want to alter to your private resource
  23. ! database, which usually lives in a file called .Xdefaults in your home
  24. ! directory.
  25. !
  26. ! Site administrators **may** want to make changes here and install this
  27. ! file as the global app-defaults file for the site.  To do this, one
  28. ! would copy this file to /usr/lib/X11/app-defaults/Netscape, or on SunOS,
  29. ! /usr/openwin/lib/app-defaults/Netscape.  (But actually this directory
  30. ! could be anywhere; only the person who installed X knows for sure.)
  31. !
  32. ! It is **STRONGLY RECOMMENDED** that you not install this file in the
  33. ! app-defaults directory unless you are really sure you know what you are
  34. ! doing.  There are a whole slew of version-skew problems associated with
  35. ! app-defaults files, which are best avoided by simply not using them.
  36. ! In particular, if the app-defaults file for a program is installed, and
  37. ! you get a new version of that program, you can't properly test out the
  38. ! new version without actually installing it, since it will pick up the
  39. ! resources for the previous version, and will quite likely malfunction.
  40. !
  41. ! In short, app-defaults files are bad.  Don't use them.  This file is
  42. ! provided for informational purposes, and so that I don't get a lot of
  43. ! complaints from people who think they understand this stuff better than
  44. ! I do.
  45.  
  46. ! Language localization:
  47. *versionLocale: en
  48.  
  49. ! SGI only: Here's how you turn on SGI's Motif hacks:
  50. Netscape*sgiMode:        True
  51.  
  52. ! SGI only: Use enhanced file selection UI in SGI Motif
  53. *useEnhancedFSB:        True
  54.  
  55. ! SGI Only: Use base color scheme:
  56. Netscape*scheme:        Base
  57. Netscape*useSchemes:        Colors
  58.  
  59. ! This resource enables some hacks to the File Selection Box
  60. ! which use a simpler layout algorithm than the standard Motif
  61. ! code. The directory and file listings are always maintained
  62. ! as equal size. We don't do this for SGI, as they have solved
  63. ! the problem. See *useEnhancedFSB above.
  64. !*nsMotifFSBHacks: True
  65.  
  66. ! This resource enables the CDE mode of the File Selection Box.
  67. ! You must be running a CDE enhanced Motif library for this
  68. ! option to work. This resource will apply pathMode=1 to the
  69. ! File Selection Box. If you specify nsMotifFSBHacks and
  70. ! nsMotifFSBCdeMode, some of the keyboard and filter enhancements
  71. ! of nsMotifFSBHacks will also be applied, the layout hacks will not.
  72. *nsMotifFSBCdeMode: False
  73. !*nsMotifFSBCdeMode: True
  74.  
  75. ! SCO Only: IXI Motif Form widget is broken, don't use it
  76. !*useIxiAdds: NONE
  77.  
  78. ! User-Settable Parameters
  79. ! ========================
  80.  
  81. ! This is the directory where Netscape finds external files such as icons.
  82. !
  83. *appDir:            /C/netscape
  84.  
  85. ! This resource is the same as the -visual command line option, which selects
  86. ! an X visual on which the windows should be created.  Legal options are:
  87. ! Best, meaning pick the best one w.r.t. image quality; Default, meaning
  88. ! use whatever the server says is the default visual; a visual class (like
  89. ! PseudoColor or TrueColor); or a decimal or hexadecimal digit, the ID of
  90. ! a particular visual (in case there is more than one visual of a particular
  91. ! class.)  "Best" is probably the right choice.
  92. !
  93. *visualID:            Best
  94.  
  95. ! Whether Netscape should install a private colormap.  This will cause the
  96. ! maximal number of colors to be used, but on most systems, will result in
  97. ! unpleasant colormap flashing when switching between applications.  Legal
  98. ! options are: Yes, No, and Guess.  "Guess" means "install the colormap only
  99. ! if we know that the display hardware supports multiple simultaneous
  100. ! colormaps, meaning that there will be no colormap flashing."  Currently,
  101. ! that means install the map when displaying on an SGI screen, and don't
  102. ! otherwise.  (What other vendors have multiple hardware colormaps, and how
  103. ! do you uniquely identify that capability?  Let me know.)
  104. !
  105. *installColormap:        Guess
  106.  
  107. ! Some motif versions have a XmDragOverShell (called "dragOver")
  108. ! widget which has a XmNinstallColormap resource.  Force it to false here
  109. ! so that there is no conflict with the "*installColormap: Guess" stuff.
  110. *dragOver*installColormap:        False
  111.  
  112. ! The maximum number of color cells to allocate per image; this is only
  113. ! relevant when using the default colormap of a PseudoColor visual.
  114. ! If it is 0, we allocate as many colors as we can get.  (The more colors
  115. ! that we can allocate, the better images will look.)  This controls only
  116. ! the number of colors allocated for internal images - a few more colors
  117. ! will be allocated for the fluff and chrome that comes with Motif.
  118. !
  119. *maxImageColors:        0
  120.  
  121. ! Set this to false to disable the <BLINK> tag.
  122. *blinkingEnabled:        True
  123.  
  124. ! Whether the Exit menu item should confirm first.
  125. *confirmExit:            False
  126.  
  127. ! Mouse cursor when over an anchor.
  128. *linkCursor:            hand2
  129.  
  130. ! Mouse cursor when awaiting a reply.
  131. *busyCursor:            watch
  132.  
  133. ! Mouse cursor when "Save Next Link As..." mode is on, and over a link.
  134. *saveNextLinkCursor:        hand2
  135.  
  136. ! Mouse cursor when "Save Next Link As..." mode is on, and not over a link.
  137. *saveNextNonlinkCursor:        crosshair
  138.  
  139. ! How quickly (in seconds) the status messages should update.
  140. *progressInterval:        1
  141.  
  142. ! How quickly (in milliseconds) the run light and/or logo should animate.
  143. *busyBlinkRate:            500
  144.  
  145. ! How often (in seconds) the global history, bookmarks, and disk cache
  146. ! files should be updated.
  147. *saveHistoryInterval:        600
  148.  
  149. ! How many pixels of motion must occur before a mouse-release is interpreted
  150. ! as a "drag" rather than a "click."
  151. *hysteresis:            3
  152.  
  153. ! These resources control whether Netscape should redirect its stdout and
  154. ! stderr streams to a dialog box, so that diagnostics reported by other
  155. ! programs launched by Netscape (for example, external viewers specified in
  156. ! a mailcap file) will be reported to the user through a dialog box,
  157. ! instead of simply showing up on the stdout/stderr of the controlling
  158. ! terminal of Netscape (which in many cases won't even be visible.)
  159. !
  160. ! If you have a external viewer which produces an annoying amount of output
  161. ! even when it has nothing interesting to say, you can shut it up by
  162. ! redirecting its output to stderr; for example, to do this to mpeg_play,
  163. ! you could add the following to your .mailcap file:
  164. !
  165. !        video/mpeg; mpeg_play %s 2>&-
  166. !
  167. ! Normally, Netscape captures both the stdout and stderr into the dialog box.
  168. ! If you find a need to let one or both of them continue on to the actual
  169. ! terminal of Netscape, you can do it by setting these resources to False.
  170. !
  171. *useStderrDialog:        True
  172. *useStdoutDialog:        True
  173.  
  174. ! For those MIME content-encodings which are not directly understood
  175. ! internally, it is possible to specify another Unix program to use as
  176. ! a filter here.
  177. !
  178. ! Each line in the encodingFilters resource consists of four fields,
  179. ! separated by colons and optional whitespace:
  180. !
  181. !   <input-encoding>  : <output-encoding> : <extensions> : <filter-command>
  182. !
  183. ! input-encoding:  The MIME encoding from the Content-Transfer-Encoding header.
  184. !                  (The basic encodings 7BIT, 8BIT, BINARY, BASE64, and QUOTED-
  185. !                  PRINTABLE are built-in; no need to specify those.)
  186. !
  187. ! output-encoding: The encoding that results from this transformation.
  188. !                  Leaving this empty is usually appropriate.
  189. !
  190. ! extensions:      A comma-separated list of the extensions typically used for
  191. !                  files in this encoding; if a document ends in one of these
  192. !                  extensions, then when that document is saved to disk, the
  193. !                  extension will be stripped off of the default file name
  194. !                  (since documents are decoded before they are saved, and the
  195. !                  extension would no longer accurately describe the file.)
  196. !
  197. ! filter-command:  A shell command which reads from stdin and writes to stdout
  198. !                  which does the actual decoding.
  199. !
  200. *encodingFilters:                  \
  201.     x-compress :  : .Z     : gzip -cdq    \n\
  202.     compress   :  : .Z     : gzip -cdq    \n\
  203.     x-gzip     :  : .z,.gz : gzip -cdq    \n\
  204.     gzip       :  : .z,.gz : gzip -cdq    \n
  205.  
  206.  
  207. ! Too many servers have bugs in the implementation of window gravity for
  208. ! us to rely on it.  Scrolling of large forms is *significantly* faster
  209. ! if we are able to make use of window gravity, but on many X servers, it
  210. ! results in form items being scattered randomly all over the document.
  211. ! Legal values for this resource are Yes, No, Partial, and Guess.  If
  212. ! "Guess", we run some tests and try to decide whether the X server is
  213. ! broken or partially broken.
  214. !
  215. ! If you find yourself needing to use a value here other than Guess,
  216. ! please tell us, so that we can make it guess correctly in the future.
  217. !
  218. *windowGravityWorks:        Guess
  219.  
  220.  
  221. ! By default, the geometries of components (browsers, mail, address book, etc)
  222. ! are saved in ~/.netscape/preferences.js.  If this pisses you off, uncomment
  223. ! the following line and Netscape will not remember component geometries.
  224. !
  225. ! Equivalent to using the '-dont-save-geometry-prefs' startup flag.
  226. !
  227. !*dontSaveGeometryPrefs:        True
  228.  
  229.  
  230. ! Uncomment the following line to ignore any geometry preferences that
  231. ! might have been saved.
  232. !
  233. ! Equivalent to using the '-ignore-geometry-prefs' startup flag.
  234. !
  235. !*ignoreGeometryPrefs:            True
  236.  
  237.  
  238. ! Uncomment the following line to bypass the startup licence page.
  239. !
  240. ! Equivalent to using the '-no-about-splash' startup flag.
  241. !
  242. *noAboutSplash:                True
  243.  
  244. ! Netscape supports session management by default.  Uncomment the following
  245. ! line to force it off.
  246. !
  247. ! Equivalent to using the '-session-management'
  248. !                         '-no-session-management' startup flags.
  249. !
  250. !*sessionManagement:            False
  251.  
  252.  
  253. ! Different platforms deal with session management in fundamentally
  254. ! different ways.  Toggle this resource if you experience session
  255. ! management problems.
  256. !
  257. ! IRIX session management is on by default only on SGI systems.  It is also
  258. ! available on other platforms and might work with session managers other
  259. ! than the IRIX desktop.  To use session management as the IRIX desktop
  260. ! expects it, uncomment the following line.
  261. !
  262. ! Equivalent to using the '-irix-session-management'
  263. !                         '-no-irix-session-management' startup flags.
  264. !
  265. *irixSessionManagement:            True
  266.  
  267.  
  268. ! Uncomment the following line to ignore the alwaysraised, alwayslowered,
  269. ! and z-lock JavaScript window.open() attributes.  By default,  Netscape will
  270. ! try to force the window stacking to match these attributes.  If you think
  271. ! this is the ultimate fascism, uncomment the following line.
  272. !
  273. ! Equivalent to using the '-dont-force-window-stacking' startup flag.
  274. !
  275. !*dontForceWindowStacking:        True
  276.  
  277.  
  278. ! Colors
  279. !
  280. ! This resource controls the foreground text color of unfollowed links 
  281. ! (links which have not yet been visited.)
  282. !
  283. *linkForeground:            #0000FF
  284.  
  285. ! This resource controls the foreground text color of followed links 
  286. ! (links which have already been visited.)
  287. !
  288. *vlinkForeground:            #990066
  289.  
  290. ! This resource controls the foreground text color of activated links 
  291. ! (links which are in the process of being clicked upon.)
  292. !
  293. *alinkForeground:            #FF0000
  294.  
  295. ! These resources control the foreground and background colors of text
  296. ! which has been selected with the mouse.
  297. !
  298. *selectForeground:            #000000
  299. *selectBackground:            #FFFFCC
  300.  
  301. ! These resources control the foreground and background colors of normal text.
  302. !
  303. *defaultForeground:            #000000
  304. *defaultBackground:            #C0C0C0
  305.  
  306. ! This resource may be used to specify a default background image.  It should
  307. ! be a file name or URL pointing to a GIF, JPEG, or XBM image.  If it is blank,
  308. ! then the default background color will be used instead.
  309. !
  310. *defaultBackgroundImage:        
  311.  
  312. ! Normally, the user-specified colors and backgrounds will only be used when
  313. ! viewing documents which did not specify their own colors and backgrounds.
  314. ! If this resource is set to False, then the user-specified colors and
  315. ! backgrounds will always be used, regardless of the options specified in 
  316. ! the document itself.
  317. !
  318. *documentColorsHavePriority:        True
  319.  
  320.  
  321. ! Geometry
  322. !
  323. ! Here's how you set the default sizes and positions of the Netscape windows:
  324. !
  325. ! For the web browser window:   Netscape.Navigator.geometry: =500x700+100-0
  326. ! For the mail reader:          Netscape.Mail.geometry: =500x800+200-0
  327. ! For the news reader:          Netscape.News.geometry: =500x800+300-0
  328. ! For the mail editor:          Netscape.Composition.geometry: =400x600
  329. ! For the bookmarks window:     Netscape.Bookmarks.geometry: =300x900-0-0
  330. ! For the address book window:  Netscape.AddressBook.geometry: =600x900-300-0
  331. ! For the download windows:     Netscape.Download.geometry: =500x200-0-0
  332. !
  333. ! In previous versions of Netscape, we suggested setting the geometry on the
  334. ! TopLevelShell class; don't do that any more.  It will affect *all* of the
  335. ! top-level Netscape windows, including bookmarks and message composition and
  336. ! so on, which is probably not what you want.
  337. !
  338. ! To set the sizes of the panes and columns in the mail and news windows, 
  339. ! change them to the layout you like, and then select "Options/Save Options".
  340. ! (To change the fonts in the message lists, search below for the resource
  341. ! that begins with "XmLGrid*fontList".)
  342.  
  343.  
  344.  
  345. ! Translations
  346. !
  347. ! Many of these translations are duplicated on both "Meta" and "Alt", since
  348. ! X has this stupid notion that "Meta" and "Alt" are not synonymous, and
  349. ! Sun in their infinite wisdom furthers this confusing lossage by both having
  350. ! Meta *and* Alt keys on the keyboard, and having the key which is labelled
  351. ! Alt generate *META* (the Diamond keys generate Alt.)  All praise Sun!
  352. ! All praise the X keyboard model!
  353. !
  354. ! And because of the need to do this, we have to do all of the keyboard
  355. ! equivalents with "translations" instead of "accelerators", since a menu
  356. ! item can only have one accelerator, and in order to make both Meta and Alt
  357. ! work we need to give them each two.  All praise Motif!
  358.  
  359.  
  360. ! Keybindings in the main window which correspond to menu items.
  361. ! These are installed on every widget which is a child of our Shell,
  362. ! and are not installed on popups/transients.
  363. !
  364. *globalTranslations:            #override                    \n\
  365.                                             \
  366.     Meta  Ctrl<Key>A:        xfeDoCommand(selectAll)                \n\
  367.      ~Alt Ctrl<Key>A:        xfeDoCommand(selectAll)                \n\
  368.     Meta  Ctrl<Key>B:        xfeDoCommand(openBookmarks)            \n\
  369.      ~Alt Ctrl<Key>B:        xfeDoCommand(openBookmarks)            \n\
  370.     Meta  Ctrl<Key>C:        xfeDoCommand(copy)                    \n\
  371.      ~Alt Ctrl<Key>C:        xfeDoCommand(copy)                    \n\
  372.         Meta  Ctrl<Key>D:        undefined-key()                \n\
  373.      ~Alt Ctrl<Key>D:        undefined-key()                \n\
  374.         Meta  Ctrl<Key>E:        undefined-key()                \n\
  375.      ~Alt Ctrl<Key>E:        undefined-key()                \n\
  376.     Meta  Ctrl ~Shift<Key>f:        undefined-key()                \n\
  377.      ~Alt Ctrl ~Shift<Key>f:        undefined-key()                \n\
  378.         Meta  Ctrl<Key>G:        undefined-key()                \n\
  379.          ~Alt Ctrl<Key>G:        undefined-key()                \n\
  380.     Meta  Ctrl<Key>H:        xfeDoCommand(openHistory)            \n\
  381.      ~Alt Ctrl<Key>H:        xfeDoCommand(openHistory)            \n\
  382.         Meta  Ctrl<Key>I:        undefined-key()                \n\
  383.          ~Alt Ctrl<Key>I:        undefined-key()                \n\
  384.         Meta  Ctrl<Key>J:        undefined-key()                \n\
  385.          ~Alt Ctrl<Key>J:        undefined-key()                \n\
  386.     Meta  Ctrl<Key>K:        xfeDoCommand(addBookmark)            \n\
  387.      ~Alt Ctrl<Key>K:        xfeDoCommand(addBookmark)            \n\
  388.         Meta  Ctrl<Key>L:        undefined-key()                \n\
  389.          ~Alt Ctrl<Key>L:        undefined-key()                \n\
  390.     Meta  Ctrl<Key>m:        xfeDoCommand(composeMessage)        \n\
  391.      ~Alt Ctrl<Key>m:        xfeDoCommand(composeMessage)        \n\
  392.     Meta  Ctrl ~Shift<Key>n: xfeDoCommand(openBrowser)            \n\
  393.      ~Alt Ctrl ~Shift<Key>n: xfeDoCommand(openBrowser)            \n\
  394.     Meta  Ctrl  Shift<Key>n: xfeDoCommand(newBlank)                \n\
  395.      ~Alt Ctrl  Shift<Key>n: xfeDoCommand(newBlank)                \n\
  396.         Meta  Ctrl<Key>O:        undefined-key()                \n\
  397.          ~Alt Ctrl<Key>O:        undefined-key()                \n\
  398.         Meta  Ctrl<Key>P:        undefined-key()                \n\
  399.          ~Alt Ctrl<Key>P:        undefined-key()                \n\
  400.     Meta  Ctrl<Key>Q:        xfeDoCommand(exit)                    \n\
  401.      ~Alt Ctrl<Key>Q:        xfeDoCommand(exit)                    \n\
  402.         Meta  Ctrl<Key>R:        undefined-key()                \n\
  403.          ~Alt Ctrl<Key>R:        undefined-key()                \n\
  404.     Meta  Ctrl<Key>S:        xfeDoCommand(saveAs)                \n\
  405.      ~Alt Ctrl<Key>S:        xfeDoCommand(saveAs)                \n\
  406.         Meta  Ctrl<Key>T:        undefined-key()                \n\
  407.          ~Alt Ctrl<Key>T:        undefined-key()                \n\
  408.         Meta  Ctrl<Key>U:    xfeDoCommand(viewPageSource)\n\
  409.          ~Alt Ctrl<Key>U:        xfeDoCommand(viewPageSource)\n\
  410.     Meta  Ctrl<Key>V:        xfeDoCommand(paste)                    \n\
  411.      ~Alt Ctrl<Key>V:        xfeDoCommand(paste)                    \n\
  412.     Meta  Ctrl<Key>W:        xfeDoCommand(close)                    \n\
  413.      ~Alt Ctrl<Key>W:        xfeDoCommand(close)                    \n\
  414.     Meta  Ctrl<Key>X:        xfeDoCommand(cut)                    \n\
  415.      ~Alt Ctrl<Key>X:        xfeDoCommand(cut)                    \n\
  416.     Meta  Ctrl<Key>Y:        xfeDoCommand(redo)                    \n\
  417.      ~Alt Ctrl<Key>Y:        xfeDoCommand(redo)                    \n\
  418.         Meta  Ctrl<Key>Z:        undefined-key()                \n\
  419.          ~Alt Ctrl<Key>Z:        undefined-key()                \n\
  420.                                             \
  421.  Meta  Ctrl ~Shift<Key>1:    xfeDoCommand(openOrBringUpBrowser)    \n\
  422.   ~Alt Ctrl ~Shift<Key>1:    xfeDoCommand(openOrBringUpBrowser)    \n\
  423.  Meta  Ctrl  Shift<Key>1:    xfeDoCommand(openFolders)            \n\
  424.   ~Alt Ctrl  Shift<Key>1:    xfeDoCommand(openFolders)            \n\
  425.  Meta  Ctrl ~Shift<Key>2:    xfeDoCommand(openInbox)                \n\
  426.   ~Alt Ctrl ~Shift<Key>2:    xfeDoCommand(openInbox)                \n\
  427.  Meta  Ctrl  Shift<Key>2:    xfeDoCommand(openAddrBook)            \n\
  428.   ~Alt Ctrl  Shift<Key>2:    xfeDoCommand(openAddrBook)            \n\
  429.     Meta  Ctrl<Key>3:        xfeDoCommand(openEditor)            \n\
  430.      ~Alt Ctrl<Key>3:        xfeDoCommand(openEditor)            \n\
  431.     Meta  Ctrl<Key>4:        xfeDoCommand(openCalendar)            \n\
  432.      ~Alt Ctrl<Key>4:        xfeDoCommand(openCalendar)            \n\
  433.     Meta  Ctrl<Key>5:        xfeDoCommand(openConference)        \n\
  434.      ~Alt Ctrl<Key>5:        xfeDoCommand(openConference)        \n\
  435.     Meta  Ctrl<Key>7:        xfeDoCommand(openRadio)                \n\
  436.      ~Alt Ctrl<Key>7:        xfeDoCommand(openRadio)                \n\
  437.                                             \
  438.     ~Meta ~Alt ~Ctrl<Key>Prior:        PageUp()                    \n\
  439.     ~Meta ~Alt ~Ctrl<Key>Next:        PageDown()                    \n\
  440.     ~Meta ~Alt ~Ctrl<Key>osfPageUp:        PageUp()                \n\
  441.     ~Meta ~Alt ~Ctrl<Key>osfPageDown:    PageDown()                \n\
  442.                                             \
  443.     ~Meta ~Alt ~Ctrl<Key>SunCopy:   xfeDoCommand(copy)            \n\
  444.     ~Meta ~Alt ~Ctrl<Key>SunPaste:  xfeDoCommand(paste)            \n\
  445.     ~Meta ~Alt ~Ctrl<Key>SunCut:    xfeDoCommand(cut)            \n\
  446.                                             \
  447.     ~Meta ~Alt ~Ctrl ~Shift<Key>osfHelp:        xfeDoCommand(manual)    \n
  448.  
  449. ! These used to be up above.
  450. !    Meta  Ctrl<Key>Z:        undo()                        \n\
  451. !     ~Alt Ctrl<Key>Z:        undo()                        \n\
  452.  
  453.  
  454. ! These keysyms are apparently an R6ism.
  455. !    ~Meta ~Alt ~Ctrl<Key>KP_Prior:        PageUp()                \n\
  456. !    ~Meta ~Alt ~Ctrl<Key>KP_Next:        PageDown()                \n\
  457.  
  458. ! Translations in the Navigator window.
  459. *browserGlobalTranslations:        #override            \
  460.     Meta  Ctrl ~Shift<Key>f:        xfeDoCommand(findInObject)            \n\
  461.      ~Alt Ctrl ~Shift<Key>f:        xfeDoCommand(findInObject)            \n\
  462.     Meta  Ctrl ~Shift<Key>g:        xfeDoCommand(findAgain)                \n\
  463.      ~Alt Ctrl ~Shift<Key>g:        xfeDoCommand(findAgain)                \n\
  464.     Meta  Ctrl ~Shift<Key>i: xfeDoCommand(showImages)            \n\
  465.      ~Alt Ctrl ~Shift<Key>i: xfeDoCommand(showImages)            \n\
  466.     Meta  Ctrl  Shift<Key>i: xfeDoCommand(viewSecurity)            \n\
  467.      ~Alt Ctrl  Shift<Key>i: xfeDoCommand(viewSecurity)            \n\
  468.     Meta  Ctrl<Key>L:        xfeDoCommand(openPage)                \n\
  469.      ~Alt Ctrl<Key>L:        xfeDoCommand(openPage)                \n\
  470.     Meta  Ctrl ~Shift<Key>o: xfeDoCommand(openPage)                \n\
  471.      ~Alt Ctrl ~Shift<Key>o: xfeDoCommand(openPage)                \n\
  472.     Meta  Ctrl  Shift<Key>o: xfeDoCommand(openPageChooseFile)    \n\
  473.      ~Alt Ctrl  Shift<Key>o: xfeDoCommand(openPageChooseFile)    \n\
  474.     Meta  Ctrl<Key>P:        xfeDoCommand(print)                    \n\
  475.      ~Alt Ctrl<Key>P:        xfeDoCommand(print)                    \n\
  476.     Meta  Ctrl<Key>R:        xfeDoCommand(reload)                \n\
  477.      ~Alt Ctrl<Key>R:        xfeDoCommand(reload)                \n\
  478.     Meta  Ctrl<Key>braceleft:        xfeDoCommand(decreaseFont)        \n\
  479.      ~Alt Ctrl<Key>braceleft:        xfeDoCommand(decreaseFont)        \n\
  480.      Meta  Ctrl<Key>braceright:        xfeDoCommand(increaseFont)        \n\
  481.      ~Alt Ctrl<Key>braceright:        xfeDoCommand(increaseFont)        \n\
  482.                                             \
  483.     Meta  Ctrl<Key>osfLeft:        xfeDoCommand(back)                \n\
  484.      ~Alt Ctrl<Key>osfLeft:        xfeDoCommand(back)                \n\
  485.     Meta  Ctrl<Key>osfRight:    xfeDoCommand(forward)            \n\
  486.      ~Alt Ctrl<Key>osfRight:    xfeDoCommand(forward)            \n\
  487.               <Key>Escape:        xfeDoCommand(stopLoading)        \n\
  488.               <Key>osfCancel:    xfeDoCommand(stopLoading)        \n
  489.  
  490. ! Translations in the Mail & News window.
  491. ! Things here override the global translations (which are loaded first.)
  492. ! This changes:
  493. !    Ctrl+H from "View History" to "Deliver Mail Now"
  494. !    Ctrl+L from "Open URL" to "Forward Message"
  495. !    Ctrl+R from "Reload" to "Reply to Sender"
  496. !    Ctrl+O from "Open File" to undefined
  497. !    Ctrl+S from "Save As" to undefined
  498. !
  499. ! This adds:
  500. !    Ctrl+Shift+A for "Select Thread"
  501. !    Ctrl+T for "Get New Mail"
  502. !    Ctrl+Shift+R for "Reply to All"
  503. !    Ctrl+D for "Delete Message"
  504. !    Ctrl+Y for "Redo"
  505. !
  506. ! Alt arrow keys select previous/next.
  507. ! Ctrl+Shift arrow keys select previous/next unread.
  508. ! Meta+Shift arrow keys select previous/next marked.
  509. !
  510. *mailnewsGlobalTranslations:        #override            \
  511.     <Btn3Down>:                xfeDoPopup()                    \n\
  512.     Meta  Ctrl<Key>D:        xfeDoCommand(deleteFolder)                \n\
  513.      ~Alt Ctrl<Key>D:        xfeDoCommand(deleteFolder)                \n\
  514.     Meta  Ctrl<Key>H:        xfeDoCommand(deliverQueuedMessages)        \n\
  515.      ~Alt Ctrl<Key>H:        xfeDoCommand(deliverQueuedMessages)        \n\
  516.     Meta  Ctrl Shift<Key>i: xfeDoCommand(viewSecurity)            \n\
  517.      ~Alt Ctrl Shift<Key>i: xfeDoCommand(viewSecurity)            \n\
  518.     Meta  Ctrl<Key>K:        xfeDoCommand(compressFolders)        \n\
  519.      ~Alt Ctrl<Key>K:        xfeDoCommand(compressFolders)        \n\
  520.     Meta  Ctrl<Key>O:        xfeDoCommand(openSelected)            \n\
  521.      ~Alt Ctrl<Key>O:        xfeDoCommand(openSelected)            \n\
  522.     Meta  Ctrl<Key>T:        xfeDoCommand(getNewMessages)    \n\
  523.      ~Alt Ctrl<Key>T:        xfeDoCommand(getNewMessages)    \n\
  524.     Meta  Ctrl<Key>Z:        xfeDoCommand(undo)\n\
  525.      ~Alt Ctrl<Key>Z:       xfeDoCommand(undo)\n\
  526.     <Key>osfUndo:           xfeDoCommand(undo)\n\
  527.          <Key>Escape:        xfeDoCommand(stopLoading)\n
  528.  
  529. ! Translations in the MailNews message and threads windows
  530. ! These override globalTranslations.
  531. *messagewinGlobalTranslations:        #override                   \
  532.     <Btn3Down>:            xfeDoPopup()                    \n\
  533.     ~Alt Ctrl Shift<Key>a: xfeDoCommand(selectThread)\n\
  534.    Meta  Ctrl Shift<Key>a: xfeDoCommand(selectThread)\n\
  535.     ~Alt Ctrl Shift<Key>c:  xfeDoCommand(markAllMessagesRead)\n\
  536.    Meta  Ctrl Shift<Key>c:  xfeDoCommand(markAllMessagesRead)\n\
  537.     ~Meta ~Alt ~Ctrl<Key>c:    xfeDoCommand(markMessageByDate)\n\
  538.     Meta  Ctrl<Key>D:        xfeDoCommand(deleteMessage)            \n\
  539.      ~Alt Ctrl<Key>D:        xfeDoCommand(deleteMessage)            \n\
  540.     Meta  Ctrl Shift<Key>i: xfeDoCommand(viewSecurity)            \n\
  541.      ~Alt Ctrl Shift<Key>i: xfeDoCommand(viewSecurity)            \n\
  542.     Meta  Ctrl Shift<Key>f:    xfeDoCommand(search)           \n\
  543.      ~Alt Ctrl Shift<Key>f:    xfeDoCommand(search)           \n\
  544.     Meta  Ctrl ~Shift<Key>f:        xfeDoCommand(findInObject)            \n\
  545.      ~Alt Ctrl ~Shift<Key>f:        xfeDoCommand(findInObject)            \n\
  546.     Meta  Ctrl<Key>G:        xfeDoCommand(findAgain)                \n\
  547.      ~Alt Ctrl<Key>G:        xfeDoCommand(findAgain)                \n\
  548.     ~Meta ~Alt ~Ctrl<Key>G: xfeDoCommand(nextUnreadCollection)\n\
  549.     Meta  Ctrl<Key>K:        xfeDoCommand(compressFolders)        \n\
  550.      ~Alt Ctrl<Key>K:        xfeDoCommand(compressFolders)        \n\
  551.     ~Meta ~Alt ~Ctrl<Key>K:    xfeDoCommand(ignoreThread)\n\
  552.     Meta  Ctrl ~Shift<Key>l:xfeDoCommand(forwardMessage)           \n\
  553.      ~Alt Ctrl ~Shift<Key>l:xfeDoCommand(forwardMessage)           \n\
  554.     Meta  Ctrl Shift<Key>l: xfeDoCommand(forwardMessageQuoted)\n\
  555.      ~Alt Ctrl Shift<Key>l: xfeDoCommand(forwardMessageQuoted)\n\
  556.     ~Meta ~Alt ~Ctrl<Key>L:    xfeDoCommand(markMessageForLater)\n\
  557.   ~Meta ~Alt ~Ctrl ~Shift<Key>n: xfeDoCommand(nextUnreadMessage)        \n\
  558.   ~Meta ~Alt ~Ctrl Shift<Key>n:  xfeDoCommand(nextMessage)        \n\
  559.     ~Meta ~Alt ~Ctrl<Key>M:    xfeDoCommand(markMessageRead)\n\
  560.     Meta  Ctrl<Key>O:        xfeDoCommand(openSelected)            \n\
  561.      ~Alt Ctrl<Key>O:        xfeDoCommand(openSelected)            \n\
  562.     Meta  Ctrl<Key>P:        xfeDoCommand(print)                    \n\
  563.      ~Alt Ctrl<Key>P:        xfeDoCommand(print)                    \n\
  564.  ~Meta ~Alt ~Ctrl ~Shift<Key>p: xfeDoCommand(previousUnreadMessage)    \n\
  565.  ~Meta ~Alt ~Ctrl Shift<Key>p:     xfeDoCommand(previousMessage)    \n\
  566.       ~Alt Ctrl Shift<Key>P:     xfeDoCommand(previousMessage)    \n\
  567.     :Ctrl<Key>q:        xfeDoCommand(findInObject)\n\
  568.     :Ctrl<Key>s:   xfeDoCommand(findAgain)\n\
  569.     Meta  Ctrl ~Shift<Key>r:     xfeDoCommand(replyToSender)           \n\
  570.      ~Alt Ctrl ~Shift<Key>r:     xfeDoCommand(replyToSender)           \n\
  571.     Meta  Ctrl Shift<Key>r:     xfeDoCommand(replyToAll)           \n\
  572.      ~Alt Ctrl Shift<Key>r:     xfeDoCommand(replyToAll)           \n\
  573.     Meta  Ctrl<Key>S:        xfeDoCommand(saveMessagesAs)           \n\
  574.      ~Alt Ctrl<Key>S:        xfeDoCommand(saveMessagesAs)           \n\
  575.     Meta  Ctrl<Key>T:        xfeDoCommand(getNewMessages)           \n\
  576.      ~Alt Ctrl<Key>T:        xfeDoCommand(getNewMessages)           \n\
  577.     ~Meta ~Alt ~Ctrl<Key>T:xfeDoCommand(nextUnreadThread)        \n\
  578.     ~Meta ~Alt ~Ctrl<Key>U:    xfeDoCommand(markMessageUnread)\n\
  579.     ~Meta ~Alt ~Ctrl<Key>W:    xfeDoCommand(watchThread)\n\
  580.     Meta  Ctrl<Key>Y:        xfeDoCommand(redo)                    \n\
  581.      ~Alt Ctrl<Key>Y:        xfeDoCommand(redo)                    \n\
  582.     Meta  Ctrl<Key>Z:        xfeDoCommand(undo)                    \n\
  583.      ~Alt Ctrl<Key>Z:        xfeDoCommand(undo)                    \n\
  584.                                            \
  585.         <Key>Undo:          xfeDoCommand(undo)\n\
  586.         <Key>osfUndo:       xfeDoCommand(undo)\n\
  587.                                         \
  588.     Meta  Ctrl ~Shift<Key>Left:    xfeDoCommand(back)        \n\
  589.     Meta  Ctrl ~Shift<Key>Left:    xfeDoCommand(back)        \n\
  590.      ~Alt Ctrl ~Shift<Key>osfLeft:    xfeDoCommand(back)        \n\
  591.      ~Alt Ctrl ~Shift<Key>osfLeft:    xfeDoCommand(back)        \n\
  592.                                         \
  593.     Meta  Ctrl ~Shift<Key>Right:    xfeDoCommand(forward)        \n\
  594.      ~Alt Ctrl ~Shift<Key>Right:    xfeDoCommand(forward)        \n\
  595.     Meta  Ctrl ~Shift<Key>osfRight:xfeDoCommand(forward)        \n\
  596.      ~Alt Ctrl ~Shift<Key>osfRight:xfeDoCommand(forward)        \n\
  597.                                         \
  598.      ~Alt Ctrl ~Shift<Key>Down:    xfeDoCommand(nextMessage)\n\
  599.     Meta  Ctrl ~Shift<Key>Down:    xfeDoCommand(nextMessage)\n\
  600.      ~Alt Ctrl ~Shift<Key>osfDown: xfeDoCommand(nextMessage)\n\
  601.     Meta  Ctrl ~Shift<Key>osfDown: xfeDoCommand(nextMessage)\n\
  602.      ~Alt Ctrl Shift<Key>Down:     xfeDoCommand(nextUnreadMessage)\n\
  603.     Meta  Ctrl Shift<Key>Down:     xfeDoCommand(nextUnreadMessage)\n\
  604.      ~Alt Ctrl Shift<Key>osfDown:  xfeDoCommand(nextUnreadMessage)\n\
  605.     Meta  Ctrl Shift<Key>osfDown:  xfeDoCommand(nextUnreadMessage)\n\
  606.     Ctrl Shift<Key>Down:            xfeDoCommand(nextFlaggedMessage)    \n\
  607.     Ctrl Shift<Key>osfDown:        xfeDoCommand(nextFlaggedMessage)    \n\
  608.                                         \
  609.      ~Alt Ctrl ~Shift<Key>Up:      xfeDoCommand(previousMessage)\n\
  610.     Meta  Ctrl ~Shift<Key>Up:      xfeDoCommand(previousMessage)\n\
  611.      ~Alt Ctrl ~Shift<Key>osfUp:   xfeDoCommand(previousMessage)\n\
  612.     Meta  Ctrl ~Shift<Key>osfUp:   xfeDoCommand(previousMessage)\n\
  613.      ~Alt Ctrl Shift<Key>Up:       xfeDoCommand(previousUnreadMessage)\n\
  614.     Meta  Ctrl Shift<Key>Up:       xfeDoCommand(previousUnreadMessage)\n\
  615.      ~Alt Ctrl Shift<Key>osfUp:    xfeDoCommand(previousUnreadMessage)\n\
  616.     Meta  Ctrl Shift<Key>osfUp:    xfeDoCommand(previousUnreadMessage)\n\
  617.     Ctrl Shift<Key>Up:                xfeDoCommand(previousFlaggedMessage)\n\
  618.     Ctrl Shift<Key>osfUp:            xfeDoCommand(previousFlaggedMessage)\n\
  619.                                         \
  620.     :<Key>Delete:  xfeDoCommand(deleteAny)\n\
  621.     :<Key>Delete:  xfeDoCommand(deleteAny)\n\
  622.     :<Key>osfDelete:   xfeDoCommand(deleteAny)\n\
  623.     :<Key>osfDelete:  xfeDoCommand(deleteAny)\n\
  624.                                         \
  625.     ~Meta ~Alt ~Ctrl ~Shift<Key>Return: xfeDoCommand(openSelected)\n\
  626.     ~Meta ~Alt ~Ctrl ~Shift<Key>osfActivate: xfeDoCommand(openSelected)\n\
  627.                                         \
  628.     :~Meta ~Alt<Key>less: xfeDoCommand(markMessageUnread)\n\
  629.     :~Meta ~Alt<Key>greater: xfeDoCommand(nextUnreadCollection)\n\
  630.     :~Meta ~Alt<Key>backslash: xfeDoCommand(nextCollection)\n\
  631.     :~Meta ~Alt<Key>at:xfeDoCommand(showAllHeaders)\n\
  632.     :~Meta ~Alt<Key>numbersign:xfeDoCommand(showNormalHeaders)\n\
  633.     :~Meta ~Alt<Key>dollar:xfeDoCommand(showBriefHeaders)\n\
  634.     :~Meta ~Alt<Key>exclam:xfeDoCommand(rot13Message)\n\
  635.     :~Meta ~Alt<Key>period:xfeDoCommand(markMessages)\n\
  636.     :~Meta ~Alt<Key>asterisk:    xfeDoCommand(expandAll)\n\
  637.     :~Meta ~Alt<Key>plus:        xfeDoCommand(expand)\n\
  638.     :~Meta ~Alt<Key>slash:        xfeDoCommand(collapseAll)\n\
  639.     :~Meta ~Alt<Key>minus:        xfeDoCommand(collapse)\n\
  640.     :Alt <Key>Delete:      xfeDoCommand(deleteAny)\n\
  641.     :Meta<Key>Delete:      xfeDoCommand(deleteAny)\n\
  642.     :Alt <Key>osfDelete:    xfeDoCommand(deleteAny)\n\
  643.     :Meta<Key>osfDelete:    xfeDoCommand(deleteAny)\n
  644.  
  645.  
  646.  
  647. ! Translations in the MailCompose window.
  648. ! These are used instead of globalTranslations.
  649. !
  650. *mailcomposeGlobalTranslations:        #override            \
  651.                                     \
  652.     <Btn3Down>:            xfeDoPopup()            \n\
  653.     Meta  Ctrl<Key>D:        xfeDoCommand(delete)                \n\
  654.      ~Alt Ctrl<Key>D:        xfeDoCommand(delete)                \n\
  655.     Meta  Ctrl  Shift<Key>i: xfeDoCommand(viewSecurity)            \n\
  656.      ~Alt Ctrl  Shift<Key>i: xfeDoCommand(viewSecurity)            \n\
  657.     Meta  Ctrl ~Shift<Key>Return:        xfeDoCommand(sendMessageNow)    \n\
  658.      ~Alt Ctrl ~Shift<Key>Return:        xfeDoCommand(sendMessageNow)    \n\
  659.     Meta  Ctrl Shift<Key>Return:        xfeDoCommand(sendMessageLater)    \n\
  660.      ~Alt Ctrl Shift<Key>Return:        xfeDoCommand(sendMessageLater)    \n\
  661.     Meta  Ctrl<Key>k:        xfeDoCommand(spellCheck)        \n\
  662.      ~Alt Ctrl<Key>k:        xfeDoCommand(spellCheck)        \n\
  663.     Meta  Ctrl<Key>j:        xfeDoCommand(showComplPicker)        \n\
  664.      ~Alt Ctrl<Key>j:        xfeDoCommand(showComplPicker)        \n
  665.  
  666. ! Translations in the AddressOutliner portion of the compose window:
  667. !
  668. ! TraverseTranslations are for the recipient text field:
  669. *addressOutlinerTraverseTranslations:    #override    \
  670. :~Ctrl ~Shift <Key>osfDelete:     TableTraverse(DELETE)    \n\
  671. :~Ctrl ~Shift <Key>Delete:    TableTraverse(DELETE)    \n\
  672. :~Ctrl ~Shift <Key>BackSpace:  TableTraverse(BACKSPACE)\n\
  673. :~Ctrl ~Shift <Key>osfBackSpace:       TableTraverse(BACKSPACE)\n\
  674. ~Ctrl ~Shift <Key>osfRight:    TableTraverse(RIGHT)    \n\
  675. ~Ctrl ~Shift <Key>osfLeft:    TableTraverse(LEFT)    \n\
  676. <Key>osfInsert:            TableTraverse(INSERT)    \n\
  677. ~Ctrl ~Shift <Key>Insert:    TableTraverse(INSERT)    \n\
  678. ~Ctrl ~Shift <Key>osfBeginLine: TableTraverse(HOME)    \n\
  679. ~Ctrl ~Shift <Key>Home:        TableTraverse(HOME)    \n\
  680. ~Ctrl ~Shift <Key>End:        TableTraverse(END)    \n\
  681. ~Ctrl ~Shift <Key>osfEndLine:     TableTraverse(END)    \n\
  682. ~Ctrl ~Shift <Key>osfUp:           TableTraverse(UP)    \n\
  683. ~Ctrl ~Shift <Key>osfDown:      TableTraverse(DOWN)    \n\
  684. ~Ctrl ~Shift <Key>Tab:          TableTraverse(NEXT)    \n\
  685. ~Ctrl Shift <Key>Tab:              TableTraverse(PREVIOUS)    \n\
  686.     Meta  Ctrl<Key>D:        xfeDoCommand(autoComplOnOff)        \n\
  687.      ~Alt Ctrl<Key>D:        xfeDoCommand(autoComplOnOff)        \n
  688.  
  689. ! KeyTranslations are for the To/Cc/etc. field:
  690. *addressOutlinerKeyTranslations:        #override    \
  691.  ~Ctrl ~Shift <Key>osfRight:    TableTraverse(RIGHT)    \n\
  692. ~Ctrl ~Shift <Key>osfLeft:    TableTraverse(LEFT)    \n\
  693. ~Ctrl ~Shift <Key>osfDelete:    TableTraverse(DELETE)    \n\
  694. ~Ctrl ~Shift <Key>Delete:    TableTraverse(DELETE)    \n\
  695. <Key>osfInsert:            TableTraverse(INSERT)    \n\
  696. ~Ctrl ~Shift <Key>Insert:    TableTraverse(INSERT)    \n\
  697. ~Ctrl ~Shift <Key>osfBeginLine:    TableTraverse(HOME)    \n\
  698. ~Ctrl ~Shift <Key>Home:        TableTraverse(HOME)    \n\
  699. ~Ctrl ~Shift <Key>End:        TableTraverse(END)    \n\
  700. ~Ctrl ~Shift <Key>osfEndLine:    TableTraverse(END)    \n\
  701. ~Ctrl ~Shift <Key>osfUp:    TableTraverse(UP)    \n\
  702. ~Ctrl ~Shift <Key>osfDown:    TableTraverse(DOWN)    \n\
  703. ~Ctrl ~Shift <Key>Tab:        TableTraverse(NEXT)    \n\
  704. ~Ctrl Shift <Key>Tab:        TableTraverse(PREVIOUS)    \n\
  705. ~Ctrl ~Shift <Key>t:        KeyIn(To:)        \n\
  706. ~Ctrl Shift <Key>t:        KeyIn(To:)        \n\
  707. ~Ctrl ~Shift <Key>c:        KeyIn(Cc:)        \n\
  708. ~Ctrl Shift <Key>c:        KeyIn(Cc:)        \n\
  709. ~Ctrl ~Shift <Key>b:        KeyIn(Bcc:)        \n\
  710. ~Ctrl Shift <Key>b:        KeyIn(Bcc:)        \n\
  711. ~Ctrl ~Shift <Key>n:        KeyIn(Newsgroup:)    \n\
  712. ~Ctrl Shift <Key>n:        KeyIn(Newsgroup:)    \n\
  713. ~Ctrl ~Shift <Key>f:        KeyIn(Followup-To:)    \n\
  714. ~Ctrl Shift <Key>f:        KeyIn(Followup-To:)    \n\
  715. ~Ctrl ~Shift <Key>r:        KeyIn(Reply-To:)    \n\
  716. ~Ctrl Shift <Key>r:        KeyIn(Reply-To:)    \n
  717.  
  718. ! Translations in the MailNews Search window.
  719. ! These are used instead of globalTranslations.
  720. !
  721. *mnsearchGlobalTranslations:          #override                       \
  722.       <Btn3Down>:                     xfeDoPopup()\n\
  723.       Meta  Ctrl<Key>D:               xfeDoCommand(deleteMessage)\n\
  724.        ~Alt Ctrl<Key>D:               xfeDoCommand(deleteMessage)\n
  725.  
  726. ! Translations in the Bookmarks and Adderssbook window.
  727. ! These translations are used instead of globalTranslations.
  728. ! None of the key *semantics* of globalTranslations are changed here,
  729. ! only the actions bound.  (And inapplicable actions are not present.)
  730. !
  731. *bmGlobalTranslations:            #override            \
  732.     <Btn3Down>:                xfeDoPopup()                    \n\
  733.    ~Meta ~Alt ~Ctrl<Key>space:    PageDown()                    \n\
  734.     Meta  Ctrl<Key>D:        xfeDoCommand(delete)            \n\
  735.      ~Alt Ctrl<Key>D:        xfeDoCommand(delete)            \n\
  736.     Meta  Ctrl<Key>F:        xfeDoCommand(findInObject)        \n\
  737.      ~Alt Ctrl<Key>F:        xfeDoCommand(findInObject)        \n\
  738.     Meta  Ctrl<Key>G:        xfeDoCommand(findAgain)            \n\
  739.      ~Alt Ctrl<Key>G:        xfeDoCommand(findAgain)            \n\
  740.     Meta  Ctrl<Key>O:        xfeDoCommand(openSelected)            \n\
  741.      ~Alt Ctrl<Key>O:        xfeDoCommand(openSelected)            \n\
  742. ~Meta ~Alt ~Ctrl  Shift <Key>Up:   xfeDoCommand(moveBookmarkUp)\n\
  743. ~Meta ~Alt ~Ctrl  Shift <Key>Down: xfeDoCommand(moveBookmarkDown)\n\
  744. ~Meta ~Alt ~Ctrl  Shift <Key>osfUp:   xfeDoCommand(moveBookmarkUp)\n\
  745. ~Meta ~Alt ~Ctrl  Shift <Key>osfDown: xfeDoCommand(moveBookmarkDown)\n\
  746. ~Meta ~Alt ~Ctrl ~Shift <Key>Up:        LineUp()    \n\
  747. ~Meta ~Alt ~Ctrl ~Shift <Key>Down:      LineDown()    \n\
  748. ~Meta ~Alt ~Ctrl ~Shift <Key>osfUp:        LineUp()    \n\
  749. ~Meta ~Alt ~Ctrl ~Shift <Key>osfDown:      LineDown()    \n\
  750.     ~Meta ~Alt ~Ctrl<Key>Prior:        PageUp()                    \n\
  751.     ~Meta ~Alt ~Ctrl<Key>Next:        PageDown()                    \n\
  752.     ~Meta ~Alt ~Ctrl<Key>osfPageUp:        PageUp()                \n\
  753.     ~Meta ~Alt ~Ctrl<Key>osfPageDown:    PageDown()                \n
  754.  
  755. *abGlobalTranslations:            #override            \
  756.     <Btn3Down>:                xfeDoPopup()            \n\
  757.     Meta  Ctrl<Key>D:        xfeDoCommand(abDelete)    \n\
  758.      ~Alt Ctrl<Key>D:        xfeDoCommand(abDelete)    \n\
  759.     Meta  Ctrl<Key>Y:        xfeDoCommand(redo)                    \n\
  760.      ~Alt Ctrl<Key>Y:        xfeDoCommand(redo)                    \n\
  761.     Meta  Ctrl<Key>Z:        xfeDoCommand(undo)                    \n\
  762.      ~Alt Ctrl<Key>Z:        xfeDoCommand(undo)                    \n\
  763.                                            \
  764.         <Key>Undo:          xfeDoCommand(undo)\n\
  765.         <Key>osfUndo:       xfeDoCommand(undo)\n\
  766.               <Key>Escape:        xfeDoCommand(stopLoading)        \n\
  767.               <Key>osfCancel:    xfeDoCommand(stopLoading)        \n
  768.  
  769. ! Translations in the textfield portion of the mailing list view 
  770. !
  771. ! TraverseTranslations are for the text field:
  772. *abmlistTraverseTranslations:    #override    \
  773. ~Ctrl ~Shift <Key>BackSpace:  TableTraverse(BACKSPACE)\n\
  774. ~Ctrl ~Shift <Key>Tab:          TableTraverse(NEXT)    \n\
  775. ~Ctrl Shift <Key>Tab:              TableTraverse(PREVIOUS)    \n
  776.  
  777. ! Translations in the History window.
  778. ! These translations are used instead of globalTranslations.
  779. ! None of the key *semantics* of globalTranslations are changed here,
  780. ! only the actions bound.  (And inapplicable actions are not present.)
  781. !
  782. !    <Btn3Down>:            xfeDoPopup()            \n\
  783. *ghGlobalTranslations:            #override            \
  784.  Meta  Ctrl<Key>D:        xfeDoCommand(delete)    \n\
  785.   ~Alt Ctrl<Key>D:        xfeDoCommand(delete)    \n\
  786.  Meta  Ctrl<Key>O:        xfeDoCommand(openSelected)            \n\
  787.   ~Alt Ctrl<Key>O:        xfeDoCommand(openSelected)            \n\
  788. ~Meta ~Alt ~Ctrl<Key>space:    PageDown()        \n\
  789. ~Meta ~Alt ~Ctrl ~Shift <Key>Up:        LineUp()    \n\
  790. ~Meta ~Alt ~Ctrl ~Shift <Key>Down:      LineDown()    \n\
  791. ~Meta ~Alt ~Ctrl ~Shift <Key>osfUp:        LineUp()    \n\
  792. ~Meta ~Alt ~Ctrl ~Shift <Key>osfDown:      LineDown()    \n\
  793.     ~Meta ~Alt ~Ctrl<Key>Prior:        PageUp()                    \n\
  794.     ~Meta ~Alt ~Ctrl<Key>Next:        PageDown()                    \n\
  795.     ~Meta ~Alt ~Ctrl<Key>osfPageUp:        PageUp()                \n\
  796.     ~Meta ~Alt ~Ctrl<Key>osfPageDown:    PageDown()                \n
  797.  
  798. !
  799. ! Translations for document source window
  800. *dialogGlobalTranslations:        #override            \n\
  801.                                     \
  802.     Meta  Ctrl<Key>W:        xfeDoCommand(close)            \n\
  803.      ~Alt Ctrl<Key>W:        xfeDoCommand(close)            \n
  804.  
  805.  
  806.  
  807. ! Mouse bindings in the HTML display area.
  808. *drawingArea.translations:        #replace            \
  809.     <Btn1Down>:            ArmLink()            \n\
  810.     <Btn2Down>:            ArmLink()            \n\
  811.     ~Shift<Btn1Up>:            ActivateLink()            \n\
  812.     ~Shift<Btn2Up>:            ActivateLink(new-window)    \
  813.                     DisarmLink()            \n\
  814.     Shift<Btn1Up>:            ActivateLink(save-only)        \
  815.                     DisarmLink()            \n\
  816.     Shift<Btn2Up>:            ActivateLink(save-only)        \
  817.                     DisarmLink()            \n\
  818.     <Btn1Motion>:            DisarmLinkIfMoved()        \n\
  819.     <Btn2Motion>:            DisarmLinkIfMoved()        \n\
  820.     <Btn3Motion>:            DisarmLinkIfMoved()        \n\
  821.     <Motion>:            DescribeLink()            \n\
  822.     <Btn3Down>:            xfeDoPopup()            \n\
  823.     <Btn3Up>:                       ActivatePopup()            \n
  824.  
  825. *drawingArea*XmList.highlightThickness:    2
  826.  
  827.  
  828. ! Some basic emacs-like bindings for text fields.
  829. !
  830. ! "editingTranslations" are merged into all XmText and XmTextField widgets.
  831. ! Then, either "multiLinEditingTranslations" or "singleLinEditingTranslations"
  832. ! are merged in, depending on whether it is an XmText or XmTextField widget.
  833. ! These resources are merged in after "globalTranslations", so it is possible
  834. ! for them to override the menu accelerators.
  835. !
  836. ! Problems:
  837. !  = I don't understand why the "Ctrl<Key>g" binding does nothing.
  838. !  = I wish things like `C-k C-k C-k C-n C-k C-k C-y' did the right thing.
  839. !  = This doesn't quite do active regions right, in that C-SPC M-f doesn't
  840. !    leave the word highlighted (though it does leave a region set.)
  841. ! Basically, XmText is not Emacs, and we therefore exist in a world of pain.
  842. !
  843. !  NOTE: if you're looking here because BackSpace and Delete aren't
  844. !        working the way you think they should, then you need to run
  845. !        xmodmap or xkeycaps to fix your keyboard, or mess read the man
  846. !        page for VirtualBindings(1).  For details, see the Netscape FAQ
  847. !        (available from the Help menu.)
  848. !
  849. *editingTranslations:            #override            \n\
  850.     Meta  Ctrl<Key>A:        select-all()                \n\
  851.      ~Alt Ctrl<Key>A:        select-all()                \n\
  852.     ~Meta ~Alt Ctrl<Key>u:        beginning-of-line()        \n\
  853.     ~Meta ~Alt  Shift Ctrl<Key>a:    beginning-of-line(extend)    \n\
  854.     ~Meta ~Alt ~Shift Ctrl<Key>b:    backward-character()        \n\
  855.     ~Meta ~Alt  Shift Ctrl<Key>b:    backward-character(extend)    \n\
  856.     ~Meta ~Alt        Ctrl<Key>d:    delete-next-character()        \n\
  857.     ~Meta ~Alt ~Shift Ctrl<Key>e:    end-of-line()            \n\
  858.     ~Meta ~Alt  Shift Ctrl<Key>e:    end-of-line(extend)        \n\
  859.     ~Meta ~Alt ~Shift Ctrl<Key>f:    forward-character()        \n\
  860.     ~Meta ~Alt  Shift Ctrl<Key>f:    forward-character(extend)    \n\
  861.     ~Meta ~Alt        Ctrl<Key>g:    process-cancel()        \n\
  862.     ~Meta ~Alt        Ctrl<Key>h:    delete-previous-character()    \n\
  863.     ~Meta ~Alt        Ctrl<Key>v:    undefined-key()    \n\
  864.     ~Meta ~Alt        Ctrl<Key>space: set-anchor()            \n\
  865.     ~Meta ~Alt        Ctrl<Key>2:    set-anchor()            \n\
  866.     ~Meta ~Alt        Ctrl<Key>@:    set-anchor()            \n\
  867.                                     \
  868.     Meta  Ctrl ~Shift<Key>b:    backward-word()            \n\
  869.      ~Alt Ctrl ~Shift<Key>b:    backward-word()            \n\
  870.     Meta  Ctrl  Shift<Key>b:    backward-word(extend)        \n\
  871.      ~Alt Ctrl  Shift<Key>b:    backward-word(extend)        \n\
  872.     Meta  Ctrl ~Shift<Key>f:    forward-word()            \n\
  873.      ~Alt Ctrl ~Shift<Key>f:    forward-word()            \n\
  874.     Meta  Ctrl  Shift<Key>f:    forward-word(extend)        \n\
  875.      ~Alt Ctrl  Shift<Key>f:    forward-word(extend)        \n\
  876.     Meta  Ctrl ~Shift<Key>osfLeft:    backward-word()            \n\
  877.      ~Alt Ctrl ~Shift<Key>osfLeft:    backward-word()            \n\
  878.     Meta  Ctrl  Shift<Key>osfLeft:    backward-word(extend)        \n\
  879.      ~Alt Ctrl  Shift<Key>osfLeft:    backward-word(extend)        \n\
  880.     Meta  Ctrl ~Shift<Key>osfRight:forward-word()            \n\
  881.      ~Alt Ctrl ~Shift<Key>osfRight:forward-word()            \n\
  882.     Meta  Ctrl  Shift<Key>osfRight:forward-word(extend)        \n\
  883.      ~Alt Ctrl  Shift<Key>osfRight:forward-word(extend)\n
  884.  
  885. !                       <KeyUp>: KeyUpInText()\n
  886. !       Meta  Ctrl       <Key>w:        copy-clipboard()\n\
  887. !        ~Alt Ctrl       <Key>w:        copy-clipboard()\n\
  888.  
  889. ! Translations that apply only to javascript form element text fields;
  890. ! This translation should only be added for text fields that is shown in a
  891. ! script page.
  892. ! SHOULD NOT apply this translation to any regular motif text field.
  893. ! because it will trigger the javascript layout stuff and introduce crash.
  894. *formElemEditingTranslations:            #override\n\
  895.             <KeyUp>: KeyUpInText()\n
  896.  
  897. ! Translations that apply only to single-line fields; see above.
  898. !
  899. ! Ctrl-U clears the current line only in single-line fields.  Unix
  900. ! command-line weenies expect this, even though everyone knows Ctrl-U
  901. ! should mean "prefix argument".
  902. !
  903. ! In single-line fields, the various killing commands are really deletion
  904. ! commands instead (that is, they don't affect the Clipboard and are not
  905. ! undoable with Ctrl-y) because the XmTextField widget does not provide
  906. ! kill commands -- only the XmText widget does.  (What the hell is up with
  907. ! that...)  Maybe we could get around this by never using XmTextField, and
  908. ! only using XmText with editMode set to SINGLE_LINE_EDIT, but that might
  909. ! have other unexpected effects...
  910. !
  911. ! I thought of making Meta-d be `set-anchor() forward-word() cut-clipboard()',
  912. ! but that doesn't work, because forward-word takes the whitespace after the
  913. ! word as well, instead of stopping before the whitespace.
  914. !
  915. ! Similarly, Ctrl-k can't be implemented with
  916. ! `set-anchor() end-of-line(extend) cut-clipboard() delete-selection()'
  917. ! because that has the side effect of (temporarily) owning the selection,
  918. ! which would make it impossible to: select text in another application;
  919. ! type C-k at Netscape; Click middle to paste.  The paste would be impossible
  920. ! because C-k would have cleared the selection.
  921. !
  922. *singleLineEditingTranslations:        #override            \n\
  923.     Meta ~Alt ~Ctrl<Key>x:        xfeDoText(cut)    \n\
  924.     Meta ~Alt ~Ctrl<Key>c:        xfeDoText(copy)    \n\
  925.     Meta ~Alt ~Ctrl<Key>v:        xfeDoText(paste)    \n\
  926.     Meta ~Alt ~Ctrl<Key>y:        xfeDoText(paste)    \n\
  927.                                     \
  928.     ~Meta Alt ~Ctrl<Key>x:        xfeDoText(cut)    \n\
  929.     ~Meta Alt ~Ctrl<Key>c:        xfeDoText(copy)    \n\
  930.     ~Meta Alt ~Ctrl<Key>v:        xfeDoText(paste)    \n\
  931.     ~Meta Alt ~Ctrl<Key>y:        xfeDoText(paste)    \n\
  932.                                     \
  933.     ~Meta ~Alt Ctrl<Key>v:        xfeDoText(paste)    \n\
  934.     ~Meta ~Alt Ctrl<Key>y:        xfeDoText(redo)    \n\
  935.                                     \
  936.     ~Meta ~Alt ~Ctrl<Key>SunCopy:   xfeDoText(copy)        \n\
  937.     ~Meta ~Alt ~Ctrl<Key>SunPaste:  xfeDoText(paste)    \n\
  938.     ~Meta ~Alt ~Ctrl<Key>SunCut:    xfeDoText(cut)        \n\
  939.                                     \
  940.     ~Meta ~Alt Ctrl<Key>u:        beginning-of-line()        \
  941.                     delete-to-end-of-line()        \n\
  942.     ~Meta ~Alt Ctrl<Key>k:        delete-to-end-of-line()        \n\
  943.     ~Meta ~Alt Ctrl<Key>l:        xfeDoCommand(refresh)            \n\
  944.     ~Meta ~Alt Ctrl<Key>w:        key-select()            \
  945.                     delete-selection()        \n\
  946.     Meta  Ctrl       <Key>d:    delete-next-word()        \n\
  947.      ~Alt Ctrl       <Key>d:    delete-next-word()        \n\
  948.      ~Alt Ctrl       <Key><:    set-anchor()            \
  949.                     beginning-of-line()        \n\
  950.     Meta  Ctrl       <Key><:    set-anchor()            \
  951.                     beginning-of-line()        \n\
  952.       ~Alt Ctrl       <Key>>:    set-anchor()            \
  953.                     end-of-line()            \n\
  954.     Meta  Ctrl       <Key>>:    set-anchor()            \
  955.                     end-of-line()            \n\
  956.     ~Alt  Ctrl       <Key><:    set-anchor()            \
  957.                     beginning-of-line(extend)    \n\
  958.    ~Meta  Ctrl       <Key><:    set-anchor()            \
  959.                     beginning-of-line(extend)    \n\
  960.     ~Alt  Ctrl       <Key>>:    set-anchor()            \
  961.                     end-of-line(extend)        \n\
  962.    ~Meta  Ctrl       <Key>>:    set-anchor()            \
  963.                     end-of-line(extend)        \n\
  964.     Meta  Ctrl<Key>osfBackSpace:    delete-previous-word()        \n\
  965.      ~Alt Ctrl<Key>osfBackSpace:    delete-previous-word()        \n\
  966.     Meta  Ctrl<Key>osfDelete:    delete-next-word()        \n\
  967.      ~Alt Ctrl<Key>osfDelete:    delete-next-word()        \n\
  968.                                     \
  969.     ~Meta ~Alt ~Ctrl<Key>osfLeft:    deselect-all()            \
  970.                     backward-character()        \n\
  971.     ~Meta ~Alt ~Ctrl<Key>osfRight:    deselect-all()            \
  972.                     forward-character()        \n
  973.  
  974. ! Translations that apply only to multi-line fields; see above.
  975. ! Most of these are here because they are commands that only apply when
  976. ! the text area has multiple lines in it, but see above comment about
  977. ! "kill" commands versus "delete" commands.
  978. !
  979. ! NOTE... [ had to modify the following to prevent overriding paste ]
  980. !
  981. !    Meta  Ctrl ~Shift<Key>v:    previous-page()            \n\
  982. !     ~Alt Ctrl ~Shift<Key>v:    previous-page()            \n\
  983. !
  984. *multiLineEditingTranslations:        #override            \n\
  985.     Meta ~Alt ~Ctrl<Key>x:        xfeDoText(cut)    \n\
  986.     Meta ~Alt ~Ctrl<Key>c:        xfeDoText(copy)    \n\
  987.     Meta ~Alt ~Ctrl<Key>v:        xfeDoText(paste)    \n\
  988.     Meta ~Alt ~Ctrl<Key>y:        xfeDoText(paste)    \n\
  989.                                     \
  990.     ~Meta Alt ~Ctrl<Key>x:        xfeDoText(cut)    \n\
  991.     ~Meta Alt ~Ctrl<Key>c:        xfeDoText(copy)    \n\
  992.     ~Meta Alt ~Ctrl<Key>v:        xfeDoText(paste)    \n\
  993.     ~Meta Alt ~Ctrl<Key>y:        xfeDoText(paste)    \n\
  994.                                     \
  995.     ~Meta ~Alt Ctrl<Key>v:        xfeDoText(paste)    \n\
  996.     ~Meta ~Alt Ctrl<Key>y:        xfeDoText(redo)    \n\
  997.                                     \
  998.     ~Meta ~Alt ~Ctrl<Key>SunCopy:   xfeDoText(copy)        \n\
  999.     ~Meta ~Alt ~Ctrl<Key>SunPaste:  xfeDoText(paste)    \n\
  1000.     ~Meta ~Alt ~Ctrl<Key>SunCut:    xfeDoText(cut)        \n\
  1001.                                     \
  1002.     ~Meta ~Alt Ctrl<Key>k:        kill-to-end-of-line()        \n\
  1003.     ~Meta ~Alt Ctrl<Key>w:        key-select() kill-selection()    \n\
  1004.     Meta  Ctrl       <Key>d:    kill-next-word()        \n\
  1005.      ~Alt Ctrl       <Key>d:    kill-next-word()        \n\
  1006.     ~Meta ~Alt        Ctrl<Key>l:    redraw-display() xfeDoCommand(refresh)    \n\
  1007.     Meta  Ctrl<Key>osfBackSpace:    kill-previous-word()        \n\
  1008.      ~Alt Ctrl<Key>osfBackSpace:    kill-previous-word()        \n\
  1009.     Meta  Ctrl<Key>osfDelete:    kill-next-word()        \n\
  1010.      ~Alt Ctrl<Key>osfDelete:    kill-next-word()        \n\
  1011.                                     \
  1012.     ~Meta ~Alt Ctrl<Key>j:        newline-and-indent()        \n\
  1013.     ~Meta ~Alt Ctrl<Key>o:        newline-and-backup()        \n\
  1014.     ~Meta ~Alt ~Shift Ctrl<Key>n:    next-line()            \n\
  1015.     ~Meta ~Alt  Shift Ctrl<Key>n:    next-line(extend)        \n\
  1016.     ~Meta ~Alt ~Shift Ctrl<Key>p:    previous-line()            \n\
  1017.     ~Meta ~Alt  Shift Ctrl<Key>p:    previous-line(extend)        \n\
  1018.     ~Meta ~Alt ~Shift Ctrl<Key>v:    next-page()            \n\
  1019.     ~Meta ~Alt  Shift Ctrl<Key>v:    next-page(extend)        \n\
  1020.     Meta  Ctrl ~Shift<Key>v:    previous-page()            \n\
  1021.      Alt  Ctrl ~Shift<Key>v:    previous-page()            \n\
  1022.     Meta  Ctrl  Shift<Key>v:    previous-page(extend)        \n\
  1023.      ~Alt Ctrl  Shift<Key>v:    previous-page(extend)        \n\
  1024.      ~Alt Ctrl ~Shift<Key>braceleft:    backward-paragraph()        \n\
  1025.     Meta  Ctrl ~Shift<Key>braceleft:    backward-paragraph()        \n\
  1026.      ~Alt Ctrl  Shift<Key>braceleft:    backward-paragraph(extend)    \n\
  1027.     Meta  Ctrl  Shift<Key>braceleft:    backward-paragraph(extend)    \n\
  1028.      ~Alt Ctrl ~Shift<Key>braceright:    forward-paragraph()        \n\
  1029.     Meta  Ctrl ~Shift<Key>braceright:    forward-paragraph()        \n\
  1030.      ~Alt Ctrl  Shift<Key>braceright:    forward-paragraph(extend)    \n\
  1031.     Meta  Ctrl  Shift<Key>braceright:    forward-paragraph(extend)    \n\
  1032.      ~Alt Ctrl       <Key><:    set-anchor()            \
  1033.                     beginning-of-file()        \n\
  1034.     Meta  Ctrl       <Key><:    set-anchor()            \
  1035.                     beginning-of-file()        \n\
  1036.       ~Alt Ctrl       <Key>>:    set-anchor()            \
  1037.                     end-of-file()            \n\
  1038.     Meta  Ctrl       <Key>>:    set-anchor()            \
  1039.                     end-of-file()            \n\
  1040.     ~Alt  Ctrl       <Key><:    set-anchor()            \
  1041.                     beginning-of-file(extend)    \n\
  1042.        ~Meta  Ctrl       <Key><:    set-anchor()            \
  1043.                     beginning-of-file(extend)    \n\
  1044.     ~Alt  Ctrl       <Key>>:    set-anchor()            \
  1045.                     end-of-file(extend)        \n\
  1046.        ~Meta  Ctrl       <Key>>:    set-anchor()            \
  1047.                     end-of-file(extend)        \n\
  1048.     ~Meta ~Alt ~Ctrl<Key>Prior:    previous-page()            \n\
  1049.     ~Meta ~Alt ~Ctrl<Key>Next:    next-page()            \n\
  1050.     ~Meta ~Alt ~Ctrl<Key>osfPageUp:    previous-page()            \n\
  1051.     ~Meta ~Alt ~Ctrl<Key>osfPageDown: next-page()            \n\
  1052.     ~Meta ~Alt ~Ctrl ~Shift<Key>osfPageUp:    previous-page()        \n\
  1053.     ~Meta ~Alt ~Ctrl Shift<Key>osfPageUp:    previous-page(extend)    \n\
  1054.     ~Meta ~Alt ~Ctrl ~Shift<Key>osfPageDown: next-page()        \n\
  1055.     ~Meta ~Alt ~Ctrl Shift<Key>osfPageDown: next-page(extend)    \n\
  1056.     Ctrl  <Key>/:            undefined-key()            \n
  1057.  
  1058. ! Since these get merged in first, all the other bindings override them.
  1059. ! This is just so that undefined non-self-inserting keys beep.
  1060. ! (Except that this doesn't really work that well, so nevermind.)
  1061. !*XmText.translations:        #override                \
  1062. !            Ctrl <Key>:    undefined-key()            \n\
  1063. !            Meta <Key>:    undefined-key()            \n\
  1064. !             Alt <Key>:    undefined-key()            \n
  1065. !*XmTextField.translations:    #override                \
  1066. !            Ctrl <Key>:    undefined-key()            \n\
  1067. !            Meta <Key>:    undefined-key()            \n\
  1068. !             Alt <Key>:    undefined-key()            \n
  1069.  
  1070.  
  1071. ! We merge these translations into all text fields which are not the
  1072. ! bottommost text field in a dialog box (transient popup.)  This is so that
  1073. ! hitting `return' in a text field will select the next text field if there
  1074. ! is one, and will select the "OK" button if there are no more.
  1075. !
  1076. *nonterminalTextTranslations:    #override                \n\
  1077.     <Key>Return:        next-tab-group()            \n\
  1078.     <Key>Linefeed:        next-tab-group()            \n
  1079.  
  1080. ! This is used for self-submitting text fields in HTML forms (not popups.)
  1081. ! We don't need to store these in to dialog box text fields, since in that
  1082. ! case we are able to simply avoid storing in the above ones, but we don't
  1083. ! know that until too late with forms.
  1084. *terminalTextTranslations:    #override                \n\
  1085.     <Key>Return:        activate()                \n\
  1086.     <Key>Linefeed:        activate()                \n
  1087.  
  1088. ! These translations are installed on every TextField widget in the main tree,
  1089. ! but *not* on text fields in dialogs, or in the mail composition window
  1090. ! (that's the difference between this and singleLineEditingTranslations.)
  1091. *globalTextFieldTranslations:        #override            \n\
  1092.     ~Meta ~Alt ~Ctrl<Key>Up:    LineUp()            \n\
  1093.     ~Meta ~Alt ~Ctrl<Key>Down:    LineDown()            \n\
  1094.     ~Meta ~Alt ~Ctrl<Key>osfUp:    LineUp()            \n\
  1095.     ~Meta ~Alt ~Ctrl<Key>osfDown:    LineDown()            \n
  1096.  
  1097. ! These keysyms are apparently an R6ism.
  1098. !    ~Meta ~Alt ~Ctrl<Key>KP_Up:    LineUp()            \n\
  1099. !    ~Meta ~Alt ~Ctrl<Key>KP_Down:    LineDown()            \n\
  1100.  
  1101.  
  1102. ! We install these on every widget in the main tree (but not popups) that isn't
  1103. ! a Text or TextField or List.These, basically, are motion commands that ought
  1104. ! to apply to the HTML display area unless some text field or List has focus,
  1105. ! in which case they ought to apply to the text in that text field instead.
  1106. ! Doesn't all this crap just make you want to hurl?
  1107. *globalNonTextTranslations:        #override            \n\
  1108.     ~Meta ~Alt ~Ctrl<Key>space:    xfeDoCommand(spacebar)        \n\
  1109.                                       \
  1110.     ~Meta ~Alt ~Ctrl<Key>Delete:    PageUp()            \n\
  1111.     ~Meta ~Alt ~Ctrl<Key>BackSpace:    PageUp()            \n\
  1112.     ~Meta ~Alt ~Ctrl<Key>Up:    LineUp()            \n\
  1113.     ~Meta ~Alt ~Ctrl<Key>Down:    LineDown()            \n\
  1114.     ~Meta ~Alt ~Ctrl<Key>Left:    ColumnLeft()            \n\
  1115.     ~Meta ~Alt ~Ctrl<Key>Right:    ColumnRight()            \n\
  1116.                                       \
  1117.     ~Meta ~Alt ~Ctrl<Key>osfDelete:    PageUp()            \n\
  1118.     ~Meta ~Alt ~Ctrl<Key>osfBackSpace:PageUp()            \n\
  1119.      Meta  Ctrl<Key>g:        fishcam()            \n\
  1120.       Alt  Ctrl<Key>g:        fishcam()            \n\
  1121.      Meta  Ctrl<Key>t:        net_showstatus()        \n\
  1122.       Alt  Ctrl<Key>t:        net_showstatus()        \n\
  1123.     ~Meta ~Alt ~Ctrl<Key>osfUp:    LineUp()            \n\
  1124.     ~Meta ~Alt ~Ctrl<Key>osfDown:    LineDown()            \n\
  1125.     ~Meta ~Alt ~Ctrl<Key>osfLeft:    ColumnLeft()            \n\
  1126.     ~Meta ~Alt ~Ctrl<Key>osfRight:    ColumnRight()            \n\
  1127.                                       \
  1128.     ~Meta ~Alt ~Ctrl<Key>Prior:        PageUp()        \n\
  1129.     ~Meta ~Alt ~Ctrl<Key>Next:        PageDown()        \n\
  1130.     ~Meta ~Alt ~Ctrl<Key>osfPageUp:        PageUp()        \n\
  1131.     ~Meta ~Alt ~Ctrl<Key>osfPageDown:    PageDown()        \n
  1132.  
  1133. ! These keysyms are apparently an R6ism.
  1134. !    ~Meta ~Alt ~Ctrl<Key>KP_Up:    LineUp()            \n\
  1135. !    ~Meta ~Alt ~Ctrl<Key>KP_Down:    LineDown()            \n\
  1136. !    ~Meta ~Alt ~Ctrl<Key>KP_Left:    ColumnLeft()            \n\
  1137. !    ~Meta ~Alt ~Ctrl<Key>KP_Right:    ColumnRight()            \n\
  1138. !    ~Meta ~Alt ~Ctrl<Key>KP_Prior:    PageUp()            \n\
  1139. !    ~Meta ~Alt ~Ctrl<Key>KP_Next:    PageDown()            \n\
  1140.  
  1141. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1142. ! Editor mouse translations
  1143. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1144. *editorDrawingArea.translations: #replace \
  1145.     <Btn3Down>:  xfeDoCommand(showPopup)\n\
  1146.     Shift<Btn1Down>:  xfeDoCommand(select,extend)\n\
  1147.     <Btn1Down>:  xfeDoClick(single,{,select,grab,}, \
  1148.                             double,{,objectIs,text,  {,select,word,}, \
  1149.                                               image, {,dialog,image,}, \
  1150.                                               hrule, {,dialog,hrule,}, \
  1151.                                               target,{,dialog,target,}, \
  1152.                                               tag,   {,dialog,tag,},})\n\
  1153.     <Btn1Motion>:            xfeDoCommand(select,extend)\n\
  1154.     <Btn1Up>:                xfeDoCommand(select,end)        \n\
  1155.     <Btn2Down>:                xfeDoCommand(paste,selection)\n\
  1156.     <Btn2Motion>:            \n\
  1157.     <Btn2Up>:                \n\
  1158.     <Motion>:     editor-motion()\n
  1159.  
  1160. ! Editor keyboard translations.
  1161. *editorTranslations:            #override            \n\
  1162.                                     \
  1163.     Meta  Ctrl ~Shift<Key>o: xfeDoCommand(openPage)                \n\
  1164.      ~Alt Ctrl ~Shift<Key>o: xfeDoCommand(openPage)                \n\
  1165.     Meta  Ctrl  Shift<Key>o: xfeDoCommand(openPageChooseFile)    \n\
  1166.      ~Alt Ctrl  Shift<Key>o: xfeDoCommand(openPageChooseFile)    \n\
  1167.     Meta  Ctrl<Key>s:        xfeDoCommand(save)            \n\
  1168.      ~Alt Ctrl<Key>s:        xfeDoCommand(save)            \n\
  1169.     Meta  Ctrl<Key>r:        xfeDoCommand(reload)            \n\
  1170.      ~Alt Ctrl<Key>r:        xfeDoCommand(reload)            \n\
  1171.     Meta  Ctrl Shift<Key>r:    xfeDoCommand(reload,super)            \n\
  1172.      ~Alt Ctrl Shift<Key>r:    xfeDoCommand(reload,super)            \n\
  1173.     Meta  Ctrl<Key>P:        xfeDoCommand(print)                \n\
  1174.      ~Alt Ctrl<Key>P:        xfeDoCommand(print)                \n\
  1175.                                     \
  1176.     ~Meta ~Alt Ctrl<Key>h:        xfeDoCommand(deleteItem,previous)\n\
  1177.      Meta  Ctrl ~Shift <Key>Return:        xfeDoCommand(sendMessageNow)    \n\
  1178.      ~Alt Ctrl ~Shift <Key>Return:        xfeDoCommand(sendMessageNow)    \n\
  1179.      Meta  Ctrl Shift <Key>Return:        xfeDoCommand(sendMessageLater)    \n\
  1180.      ~Alt Ctrl Shift <Key>Return:        xfeDoCommand(sendMessageLater)    \n\
  1181.     Meta  Ctrl<Key>k:        xfeDoCommand(spellCheck)        \n\
  1182.      ~Alt Ctrl<Key>k:        xfeDoCommand(spellCheck)        \n\
  1183.     ~Meta ~Alt ~Ctrl<Key>Up:    xfeDoCommand(moveCursor,up)        \n\
  1184.     ~Meta ~Alt ~Ctrl<Key>Down:    xfeDoCommand(moveCursor,down)        \n\
  1185.     ~Meta ~Alt ~Ctrl<Key>osfUp:    xfeDoCommand(moveCursor,up)        \n\
  1186.     ~Meta ~Alt ~Ctrl<Key>osfDown:    xfeDoCommand(moveCursor,down)        \n\
  1187.     ~Meta ~Alt ~Ctrl<Key>osfLeft:    xfeDoCommand(moveCursor,previous)    \n\
  1188.     ~Meta ~Alt ~Ctrl<Key>osfRight:    xfeDoCommand(moveCursor,next)    \n\
  1189.     ~Meta ~Alt Ctrl<Key>osfLeft:    xfeDoCommand(moveCursor,previousWord)    \n\
  1190.     ~Meta ~Alt Ctrl<Key>osfRight:    xfeDoCommand(moveCursor,nextWord)    \n\
  1191.                                     \
  1192.     :~Meta ~Alt ~Ctrl<Key>Delete:    xfeDoCommand(deleteItem,next)\n\
  1193.     :~Meta ~Alt ~Ctrl<Key>BackSpace:    xfeDoCommand(deleteItem,previous)\n\
  1194.     :~Meta ~Alt ~Ctrl<Key>osfDelete:    xfeDoCommand(deleteItem,next)\n\
  1195.     :~Meta ~Alt ~Ctrl<Key>osfBackSpace:xfeDoCommand(deleteItem,previous)\n\
  1196.                                     \
  1197.     ~Meta ~Alt Ctrl <Key>Home: xfeDoCommand(moveCursor,beginningOfPage)\n\
  1198.     ~Meta ~Alt Ctrl <Key>End: xfeDoCommand(moveCursor,endOfPage)    \n\
  1199.     ~Meta ~Alt Ctrl <Key>osfBeginLine: xfeDoCommand(moveCursor,beginningOfPage)\n\
  1200.     ~Meta ~Alt Ctrl <Key>osfEndLine: xfeDoCommand(moveCursor,endOfPage)\n\
  1201.     ~Meta ~Alt ~Ctrl <Key>Home: xfeDoCommand(moveCursor,beginningOfLine)\n\
  1202.     ~Meta ~Alt ~Ctrl <Key>End: xfeDoCommand(moveCursor,endOfLine)    \n\
  1203.     ~Meta ~Alt ~Ctrl <Key>osfBeginLine: xfeDoCommand(moveCursor,beginOfLine)\n\
  1204.     ~Meta ~Alt ~Ctrl <Key>osfEndLine: xfeDoCommand(moveCursor,endOfLine)\n\
  1205.     ~Meta ~Alt ~Ctrl Shift<Key>Return:    xfeDoCommand(insertLineBreak,normal)\n\
  1206.     ~Meta ~Alt ~Ctrl<Key>Return:    xfeDoCommand(insertReturn)\n\
  1207.     ~Meta ~Alt ~Ctrl Shift<Key>space: xfeDoCommand(insertNonBreakingSpace)\n\
  1208.     ~Meta ~Alt ~Ctrl <Key>space:    xfeDoCommand(insertKey)        \n\
  1209.     ~Meta Alt ~Ctrl <Key>-:   xfeDoCommand(outdent)        \n\
  1210.     ~Meta Alt ~Ctrl <Key>=:      xfeDoCommand(indent)        \n\
  1211.     Meta ~Alt ~Ctrl <Key>-:   xfeDoCommand(outdent)        \n\
  1212.     Meta ~Alt ~Ctrl <Key>=:      xfeDoCommand(indent)        \n\
  1213.                                     \
  1214.     Ctrl ~Shift <Key>Tab:    xfeDoCommand(tab,insert)\n\
  1215.     ~Ctrl ~Shift<Key>Tab:    xfeDoCommand(tab,forward)\n\
  1216.     ~Ctrl Shift<Key>Tab:    xfeDoCommand(tab,backward)\n\
  1217.                                     \
  1218.     ~Meta ~Alt Ctrl<Key>u:    xfeDoCommand(moveCursor,beginningOfLine)\n\
  1219.     ~Meta ~Alt Ctrl<Key>e:    xfeDoCommand(moveCursor,endOfLine)\n\
  1220.     ~Meta ~Alt Ctrl<Key>p:    xfeDoCommand(moveCursor,up)            \n\
  1221.     ~Meta ~Alt Ctrl<Key>n:    xfeDoCommand(moveCursor,down)            \n\
  1222.     ~Meta ~Alt Ctrl<Key>b:    xfeDoCommand(moveCursor,previous)        \n\
  1223.     ~Meta ~Alt Ctrl<Key>f:    xfeDoCommand(moveCursor,next)        \n\
  1224.     ~Meta ~Alt Ctrl<Key>d:    xfeDoCommand(deleteItem,next)    \n\
  1225.     ~Meta ~Alt Ctrl<Key>k:    xfeDoCommand(deleteItem,endOfLine)\n\
  1226.     Meta ~Alt ~Ctrl<Key><:    xfeDoCommand(moveCursor,beginningOfPage)\n\
  1227.     Meta ~Alt ~Ctrl<Key>>:    xfeDoCommand(moveCursor,endOfPage)\n\
  1228.     ~Meta Alt ~Ctrl<Key><:    xfeDoCommand(moveCursor,beginningOfPage)\n\
  1229.     ~Meta Alt ~Ctrl<Key>>:    xfeDoCommand(moveCursor,endOfPage)\n\
  1230.                                     \
  1231.     Meta  Ctrl Shift<Key>z:    xfeDoCommand(redo)        \n\
  1232.      ~Alt Ctrl Shift<Key>z:    xfeDoCommand(redo)        \n\
  1233.     Meta  Ctrl<Key>z:        xfeDoCommand(undo)        \n\
  1234.      ~Alt Ctrl<Key>z:        xfeDoCommand(undo)        \n\
  1235.                                     \
  1236.     Meta ~Alt ~Ctrl<Key>b:    xfeDoCommand(toggleCharacterStyle,bold)\n\
  1237.      ~Meta Alt ~Ctrl<Key>b:    xfeDoCommand(toggleCharacterStyle,bold)\n\
  1238.     Meta ~Alt ~Ctrl<Key>i:    xfeDoCommand(toggleCharacterStyle,italic)\n\
  1239.      ~Meta Alt ~Ctrl<Key>i:    xfeDoCommand(toggleCharacterStyle,italic)\n\
  1240.      Meta ~Alt ~Ctrl<Key>u:    xfeDoCommand(toggleCharacterStyle,underline)\n\
  1241.      ~Meta Alt ~Ctrl<Key>u:    xfeDoCommand(toggleCharacterStyle,underline)\n\
  1242.     Meta ~Alt ~Ctrl<Key>t:    xfeDoCommand(toggleCharacterStyle,fixed)\n\
  1243.      ~Meta Alt ~Ctrl<Key>t:    xfeDoCommand(toggleCharacterStyle,fixed)\n\
  1244.     Meta ~Alt ~Ctrl<Key>k:    xfeDoCommand(setCharacterStyle,none)\n\
  1245.      ~Meta Alt ~Ctrl<Key>k:    xfeDoCommand(setCharacterStyle,none)\n\
  1246.                                     \
  1247.     ~Meta ~Alt Ctrl<Key>l:    xfeDoCommand(refresh)            \n\
  1248.                                     \
  1249.     Meta ~Alt ~Ctrl ~Shift<Key>Up:        xfeDoCommand(setFontSize,increase)\n\
  1250.     Meta ~Alt ~Ctrl ~Shift<Key>osfUp:    xfeDoCommand(setFontSize,increase)\n\
  1251.     Meta ~Alt ~Ctrl ~Shift<Key>Down:    xfeDoCommand(setFontSize,decrease)\n\
  1252.     Meta ~Alt ~Ctrl ~Shift<Key>osfDown:    xfeDoCommand(setFontSize,decrease)\n\
  1253.                                     \
  1254.     ~Meta ~Alt ~Ctrl<Key>SunCopy:   xfeDoCommand(copy)            \n\
  1255.     ~Meta ~Alt ~Ctrl<Key>SunPaste:  xfeDoCommand(paste)            \n\
  1256.     ~Meta ~Alt ~Ctrl<Key>SunCut:    xfeDoCommand(cut)            \n\
  1257.                                     \
  1258.     Meta ~Alt ~Ctrl ~Shift<Key>d:    xfeDoCommand(deleteItem)    \n\
  1259.     ~Meta Alt ~Ctrl ~Shift<Key>d:    xfeDoCommand(deleteItem)    \n\
  1260.                                         \
  1261.     Meta ~Alt ~Ctrl ~Shift<Key>f:    xfeDoCommand(findInObject)        \n\
  1262.     Meta ~Alt ~Ctrl ~Shift<Key>g:    xfeDoCommand(findAgain)            \n\
  1263.     ~Meta Alt ~Ctrl ~Shift<Key>f:    xfeDoCommand(findInObject)        \n\
  1264.     ~Meta Alt ~Ctrl ~Shift<Key>g:    xfeDoCommand(findAgain)            \n\
  1265.                                     \
  1266.     Meta  Ctrl<Key>A:        xfeDoCommand(selectAll)                \n\
  1267.      ~Alt Ctrl<Key>A:        xfeDoCommand(selectAll)                \n\
  1268.     Meta  Ctrl<Key>C:        xfeDoCommand(copy)                    \n\
  1269.      ~Alt Ctrl<Key>C:        xfeDoCommand(copy)                    \n\
  1270.     Meta  Ctrl<Key>H:        xfeDoCommand(openHistory)            \n\
  1271.      ~Alt Ctrl<Key>H:        xfeDoCommand(openHistory)            \n\
  1272.     Meta  Ctrl<Key>m:        xfeDoCommand(composeMessage)        \n\
  1273.      ~Alt Ctrl<Key>m:        xfeDoCommand(composeMessage)        \n\
  1274.     Meta  Ctrl ~Shift<Key>n: xfeDoCommand(openBrowser)            \n\
  1275.      ~Alt Ctrl ~Shift<Key>n: xfeDoCommand(openBrowser)            \n\
  1276.     Meta  Ctrl  Shift<Key>n: xfeDoCommand(newBlank)                \n\
  1277.      ~Alt Ctrl  Shift<Key>n: xfeDoCommand(newBlank)                \n\
  1278.     Meta  Ctrl<Key>Q:        xfeDoCommand(exit)                    \n\
  1279.      ~Alt Ctrl<Key>Q:        xfeDoCommand(exit)                    \n\
  1280.         Meta  Ctrl<Key>R:        undefined-key()                \n\
  1281.          ~Alt Ctrl<Key>R:        undefined-key()                \n\
  1282.     Meta  Ctrl<Key>V:        xfeDoCommand(paste)                    \n\
  1283.      ~Alt Ctrl<Key>V:        xfeDoCommand(paste)                    \n\
  1284.     Meta  Ctrl<Key>W:        xfeDoCommand(close)                    \n\
  1285.      ~Alt Ctrl<Key>W:        xfeDoCommand(close)                    \n\
  1286.     Meta  Ctrl<Key>X:        xfeDoCommand(cut)                    \n\
  1287.      ~Alt Ctrl<Key>X:        xfeDoCommand(cut)                    \n\
  1288.     Meta  Ctrl<Key>Y:        xfeDoCommand(redo)                    \n\
  1289.      ~Alt Ctrl<Key>Y:        xfeDoCommand(redo)                    \n\
  1290.                                             \
  1291.  Meta  Ctrl ~Shift<Key>1:    xfeDoCommand(openOrBringUpBrowser)    \n\
  1292.   ~Alt Ctrl ~Shift<Key>1:    xfeDoCommand(openOrBringUpBrowser)    \n\
  1293.  Meta  Ctrl  Shift<Key>1:    xfeDoCommand(openFolders)            \n\
  1294.   ~Alt Ctrl  Shift<Key>1:    xfeDoCommand(openFolders)            \n\
  1295.  Meta  Ctrl ~Shift<Key>2:    xfeDoCommand(openInbox)                \n\
  1296.   ~Alt Ctrl ~Shift<Key>2:    xfeDoCommand(openInbox)                \n\
  1297.  Meta  Ctrl  Shift<Key>2:    xfeDoCommand(openAddrBook)            \n\
  1298.   ~Alt Ctrl  Shift<Key>2:    xfeDoCommand(openAddrBook)            \n\
  1299.     Meta  Ctrl<Key>3:        xfeDoCommand(openEditor)            \n\
  1300.      ~Alt Ctrl<Key>3:        xfeDoCommand(openEditor)            \n\
  1301.     Meta  Ctrl<Key>4:        xfeDoCommand(openCalendar)            \n\
  1302.      ~Alt Ctrl<Key>4:        xfeDoCommand(openCalendar)            \n\
  1303.     Meta  Ctrl<Key>5:        xfeDoCommand(openConference)        \n\
  1304.      ~Alt Ctrl<Key>5:        xfeDoCommand(openConference)        \n\
  1305.     Meta  Ctrl<Key>7:        xfeDoCommand(openRadio)                \n\
  1306.      ~Alt Ctrl<Key>7:        xfeDoCommand(openRadio)                \n\
  1307.                                             \
  1308.     ~Meta ~Alt ~Ctrl<Key>Prior:        PageUp()                    \n\
  1309.     ~Meta ~Alt ~Ctrl<Key>Next:        PageDown()                    \n\
  1310.     ~Meta ~Alt ~Ctrl<Key>osfPageUp:        PageUp()                \n\
  1311.     ~Meta ~Alt ~Ctrl<Key>osfPageDown:    PageDown()                \n\
  1312.                                             \
  1313.     ~Meta ~Alt ~Ctrl ~Shift<Key>osfHelp:        xfeDoCommand(manual)    \n\
  1314.                                         \
  1315.     ~Meta ~Alt ~Ctrl ~Shift<Key>F10:            \n\
  1316.     ~Meta ~Alt ~Ctrl ~Shift<Key>osfMenuBar:            \n\
  1317.                                 \
  1318.     <KeyRelease>:                            \n\
  1319.     <Key>:            xfeDoCommand(insertKey)            \n\
  1320.     <KeyPress>:        xfeDoCommand(insertKey)            \n\
  1321.     <KeyUp>:                            \n\
  1322.     <KeyDown>:        xfeDoCommand(insertKey)            \n
  1323.  
  1324. !=============================================================================
  1325.  
  1326.  
  1327. ! About Translations, Actions, and "-remote" commands:
  1328. !
  1329. ! You can control a running Netscape process externally; you do this by
  1330. ! issuing a command like "netscape -remote openURL(http://xxx)".
  1331. ! When Netscape is invoked with the -remote argument, it does not open
  1332. ! window, but instead connects to and controls an already-existing process.
  1333. ! This is done using X properties, so the two Netscape processes need not
  1334. ! be running on the same machine, and need not share a file system.
  1335. !
  1336. ! All of Netscape's action names are the same as its resource names; so, for
  1337. ! example, if you wanted to know the name of the action that corresponds to
  1338. ! the "Add Bookmark" menu item, you could look in this file for "Add Bookmark"
  1339. ! and see that the resource that is set to that string is "addBookmark" -
  1340. ! that's the name of the Action as well.
  1341. !
  1342. ! You can use Actions in Translation tables in the usual Xt-ish way, but you
  1343. ! can also invoke them directly via "netscape -remote", like this:
  1344. !
  1345. !    netscape -remote 'addBookmark()'
  1346. !
  1347. ! That will cause the existing Netscape process to add its current URL to
  1348. ! the bookmarks, just as if you had selected that menu item.
  1349. !
  1350. ! Please see the document http://home.netscape.com/newsref/std/x-remote.html
  1351. ! for more information.
  1352.  
  1353.  
  1354. !=============================================================================
  1355.  
  1356.  
  1357. ! You can ask HTTP (Web) servers for documents in your preferred language
  1358. ! by setting the Accept-Language header. It is a comma-separated list of
  1359. ! languages or language/region pairs. For example, if you would prefer to
  1360. ! see documents in French, or, failing that, in American English, you could
  1361. ! use the following:
  1362. !
  1363. !   *httpAcceptLanguage: fr, en-US
  1364. !
  1365. ! The following languages and regions are presented to the user:
  1366. !
  1367. *languageRegionList:                \n\
  1368.     Afrikaans [af]                \n\
  1369.     Albanian [sq]                \n\
  1370.     Basque [eu]                \n\
  1371.     Bulgarian [bg]                \n\
  1372.     Byelorussian [be]            \n\
  1373.     Catalan [ca]                \n\
  1374.     Chinese [zh]                \n\
  1375.     Chinese/China [zh-CN]            \n\
  1376.     Chinese/Taiwan [zh-TW]            \n\
  1377.     Croatian [hr]                \n\
  1378.     Czech [cs]                \n\
  1379.     Danish [da]                \n\
  1380.     Dutch [nl]                \n\
  1381.     Dutch/Belgium [nl-BE]            \n\
  1382.     English [en]                \n\
  1383.     English/United Kingdom [en-GB]        \n\
  1384.     English/United States [en-US]        \n\
  1385.     Faeroese [fo]                \n\
  1386.     Finnish [fi]                \n\
  1387.     French [fr]                \n\
  1388.     French/Belgium [fr-BE]            \n\
  1389.     French/Canada [fr-CA]            \n\
  1390.     French/France [fr-FR]            \n\
  1391.     French/Switzerland [fr-CH]        \n\
  1392.     Galician [gl]                \n\
  1393.     German [de]                \n\
  1394.     German/Austria [de-AT]            \n\
  1395.     German/Germany [de-DE]            \n\
  1396.     German/Switzerland [de-CH]        \n\
  1397.     Greek [el]                \n\
  1398.     Hungarian [hu]                \n\
  1399.     Icelandic [is]                \n\
  1400.     Indonesian [id]                \n\
  1401.     Irish [ga]                \n\
  1402.     Italian [it]                \n\
  1403.     Japanese [ja]                \n\
  1404.     Korean [ko]                \n\
  1405.     Macedonian [mk]                \n\
  1406.     Norwegian [no]                \n\
  1407.     Polish [pl]                \n\
  1408.     Portuguese [pt]                \n\
  1409.     Portuguese/Brazil [pt-BR]        \n\
  1410.     Romanian [ro]                \n\
  1411.     Russian [ru]                \n\
  1412.     Scots Gaelic [gd]            \n\
  1413.     Serbian [sr]                \n\
  1414.     Slovak [sk]                \n\
  1415.     Slovenian [sl]                \n\
  1416.     Spanish [es]                \n\
  1417.     Spanish/Argentina [es-AR]        \n\
  1418.     Spanish/Colombia [es-CO]        \n\
  1419.     Spanish/Mexico [ex-MX]            \n\
  1420.     Spanish/Spain [es-ES]            \n\
  1421.     Swedish [sv]                \n\
  1422.     Turkish [tr]                \n\
  1423.     Ukrainian [uk]                \n
  1424.  
  1425.  
  1426. !=============================================================================
  1427. !
  1428. !      There's really nothing after this point you should be messing with.
  1429. !
  1430. !=============================================================================
  1431.  
  1432.  
  1433. ! Motif drag-and-drop is insanely buggy, and is causing crashes even in
  1434. ! contexts where it has no business being involved at all.  Let's try
  1435. ! disabling it globally and see if that helps.
  1436. !Netscape*dragInitiatorProtocolStyle:    XmDRAG_NONE
  1437. !Netscape*dragReceiverProtocolStyle:    XmDRAG_NONE
  1438.  
  1439. ! Turn off traversal for sashes.
  1440. *XmSash.traversalOn:        False
  1441.  
  1442. !
  1443. ! Label Land
  1444. !
  1445. *Help.sensitive:            False
  1446.  
  1447. ! HTML forms "More..." button (options menus)
  1448. *drawingArea*moreButton.labelString:    More...
  1449.  
  1450. ! Bookmarks "More..." cascade button
  1451. *bookmarkMoreButton.labelString:        More...
  1452.  
  1453. ! Mail and news "More..." button
  1454. *mailNewsMoreButton.labelString:        More...
  1455.  
  1456. !====================================================================
  1457. !  Menubar stuff
  1458. !====================================================================
  1459. !
  1460. ! The file menus for all the components come first.
  1461. ! Then the menus are listed on a per component basis.
  1462. !
  1463.  
  1464. *menuBar.fileMenu.labelString:        File
  1465. *menuBar.fileMenu.mnemonic:        F
  1466. *menuBar.fileMenu.fontList:        SGI_DYNAMIC ObliqueLabelFont
  1467.  
  1468. *menuBar.editMenu.labelString:        Edit
  1469. *menuBar.editMenu.mnemonic:        E
  1470. *menuBar.editMenu.fontList:        SGI_DYNAMIC ObliqueLabelFont
  1471.  
  1472. *menuBar.viewMenu.labelString:        View
  1473. *menuBar.viewMenu.mnemonic:        V
  1474. *menuBar.viewMenu.fontList:        SGI_DYNAMIC ObliqueLabelFont
  1475.  
  1476. *menuBar.goMenu.labelString:        Go
  1477. *menuBar.goMenu.mnemonic:            G
  1478. *menuBar.goMenu.fontList:        SGI_DYNAMIC ObliqueLabelFont
  1479.  
  1480. *menuBar.messageMenu.labelString:    Message
  1481. *menuBar.messageMenu.mnemonic:        M
  1482. *menuBar.messageMenu.fontList:        SGI_DYNAMIC ObliqueLabelFont
  1483.  
  1484. *menuBar.bookmarkMenu.labelString:    Bookmark
  1485. *menuBar.bookmarkMenu.mnemonic:    B
  1486. *menuBar.bookmarkMenu.fontList:        SGI_DYNAMIC ObliqueLabelFont
  1487.  
  1488. *menuBar.windowMenuLite.labelString:    Window
  1489. *menuBar.windowMenuLite.mnemonic:        W
  1490. *menuBar.windowMenuLite.fontList:        SGI_DYNAMIC ObliqueLabelFont
  1491.  
  1492. *menuBar.windowMenu.labelString:    Communicator
  1493. *menuBar.windowMenu.mnemonic:        C
  1494. *menuBar.windowMenu.fontList:        SGI_DYNAMIC ObliqueLabelFont
  1495.  
  1496. *menuBar.itemMenu.labelString:        Item
  1497. *menuBar.itemMenu.mnemonic:        I
  1498. *menuBar.itemMenu.fontList:        SGI_DYNAMIC ObliqueLabelFont
  1499.  
  1500. *menuBar.helpMenu.labelString:        Help
  1501. *menuBar.helpMenu.mnemonic:        H
  1502. *menuBar.helpMenu.fontList:        SGI_DYNAMIC ObliqueLabelFont
  1503.  
  1504. !Use SGI look 'n feel fonts in the menus
  1505. *menuBar*fontList:        SGI_DYNAMIC ObliqueLabelFont
  1506.  
  1507. !=======================
  1508. !  File Menu - Navigator 
  1509. !=======================
  1510.  
  1511. *menuBar*newSubmenu.labelString:    New
  1512. *menuBar*newSubmenu.mnemonic:        N
  1513.  
  1514. ! File/New Submenu
  1515. *menuBar*openBrowser.labelString:       Navigator Window
  1516. *menuBar*openBrowser.mnemonic:          N
  1517. *menuBar*openBrowser.acceleratorText:   Ctrl+N
  1518. *openBrowser.documentationString:        \
  1519. Create a new browser window for viewing web pages
  1520.  
  1521. *composeMessage.mnemonic:        M
  1522. *composeMessage.acceleratorText:    Ctrl+M
  1523. *composeMessage.labelString:        Message
  1524.  
  1525. ! In the three pane view, under the "Message" menu, it should read
  1526. ! "New Message" and not "Message"
  1527. *menuBar*composeMessage.labelString:        New Message
  1528.  
  1529. *composeMessage.documentationString:    \
  1530. Create a new mail or newsgroup message.
  1531. *composeArticle.documentationString:    \
  1532. Create a new newsgroup message.
  1533.  
  1534. *menuBar*newBlank.labelString:            Blank Page
  1535. *menuBar*newBlank.mnemonic:                P
  1536. *menuBar*newBlank.acceleratorText:        Ctrl+Shift+N
  1537. *newBlank.documentationString:            Create a new web page.
  1538.  
  1539. *menuBar*newTemplate.labelString:        Page From Template...
  1540. *menuBar*newTemplate.mnemonic:            T
  1541. *newTemplate.documentationString:    \
  1542. Use a template to create a new web page.
  1543.  
  1544. *menuBar*newWizard.labelString:            Page From Wizard...
  1545. *menuBar*newWizard.mnemonic:            W
  1546. *newWizard.documentationString:    Use the wizard to create a new web page.
  1547. ! end File/New Submenu
  1548.  
  1549. *menuBar*openPage.labelString:        Open Page...
  1550. *menuBar*openPage.mnemonic:            O
  1551. *menuBar*openPage.acceleratorText:    Ctrl+O
  1552. *openPage.documentationString:        \
  1553. Open a local file or a web page in the current window
  1554.  
  1555. *menuBar*recentSubmenu.labelString:    Open Recent...
  1556.  
  1557. *menuBar*saveMsg.labelString:       Save
  1558. *menuBar*saveMsg.mnemonic:           S
  1559. *menuBar*saveMsg.acceleratorText:   Ctrl+S
  1560. *menuBar*saveAs.labelString:        Save As...
  1561. *menuBar*saveMsgAs.labelString:     Save As
  1562. *menuBar*saveMsgAs.mnemonic:        S
  1563.  
  1564. *saveAsCmdString:                    Save As...
  1565. *saveFramesetAsCmdString:            Save Frameset As...
  1566. *menuBar*saveAs.mnemonic:           S
  1567. *menuBar*saveAs.acceleratorText:    Ctrl+S
  1568. *saveAs.documentationString:        Save a copy of the current page
  1569.  
  1570. *menuBar*saveFrameAs.labelString:    Save Frame As...
  1571. *menuBar*saveFrameAs.mnemonic:        F
  1572. *saveFrameAs.documentationString:    Save a copy of the selected frame
  1573.  
  1574. *sendPage.labelString:                Send Page
  1575. *sendPage.mnemonic:                    d
  1576. *sendPage.documentationString:        Send the current page to a recipient
  1577.  
  1578. *sendLink.labelString:                Send Link
  1579. *sendLink.mnemonic:                    k
  1580. *sendLink.documentationString:    \
  1581. Send current page location to a recipient
  1582.  
  1583. *editPageCmdString:        Edit Page
  1584. *editFrameCmdString:    Edit Frame
  1585. *editPage.labelString:              Edit Page
  1586. *editFrameSet.labelString:          Edit Frame Set
  1587. *menuBar*editPage.mnemonic:         E
  1588. *editPage.documentationString:      Edit the current page or frame set
  1589. *menuBar*editFrame.labelString:        Edit Frame
  1590. *menuBar*editFrame.mnemonic:        F
  1591. *editFrame.documentationString:     Edit the current frame
  1592.  
  1593. *menuBar*uploadFile.labelString:    Upload File...
  1594. *menuBar*uploadFile.mnemonic:        U
  1595. *uploadFile.documentationString: Upload (send) a file to this FTP directory
  1596.  
  1597. *menuBar*printSetup.labelString:    Page Setup...
  1598. *menuBar*printSetup.mnemonic:        g
  1599. *printSetup.documentationString:    Change the printing options
  1600.  
  1601. *menuBar*printPreview.labelString:    Print Preview
  1602. *menuBar*printPreview.mnemonic:        v
  1603. *printPreview.documentationString:    Preview the entire page
  1604.  
  1605. *menuBar*print.labelString:            Print...
  1606. *printCmdString:                    Print...
  1607. *printFrameCmdString:                Print Frame...
  1608. *menuBar*print.mnemonic:            P
  1609. *menuBar*print.acceleratorText:        Ctrl+P
  1610. *print.documentationString:            Print this page
  1611.  
  1612. *menuBar*close.labelString:            Close
  1613. *menuBar*close.mnemonic:            C
  1614. *menuBar*close.acceleratorText:        Ctrl+W
  1615. *close.documentationString:            Close this window
  1616.  
  1617. *menuBar*exit.labelString:            Exit
  1618. *menuBar*exit.mnemonic:                x
  1619. *menuBar*exit.acceleratorText:        Ctrl+Q
  1620. *exit.documentationString:    Close all windows in the application and exit
  1621.  
  1622. !===========================
  1623. !  File Menu - Page Composer
  1624. !===========================
  1625.  
  1626. *menuBar*save.labelString:                    Save
  1627. *menuBar*save.mnemonic:                        S
  1628. *menuBar*save.acceleratorText:                Ctrl+S
  1629. *save.documentationString:                    Save the current page
  1630.  
  1631. *Editor*menuBar*saveAs.acceleratorText:
  1632.  
  1633. *menuBar*publish.labelString:                Publish...
  1634. *menuBar*publish.mnemonic:                    u
  1635. *publish.documentationString:    \
  1636. Upload current file or directory to a server for public viewing
  1637.  
  1638. *menuBar*browsePage.labelString:            Browse Page
  1639. *menuBar*browsePage.mnemonic:                B
  1640. *browsePage.documentationString:    \
  1641. Open the current file in a new browser window
  1642.  
  1643. !=============================
  1644. ! File Menu - Compose Message
  1645. !=============================
  1646.  
  1647. *Composition*save.documentationString:    Save the current message
  1648.  
  1649. *Composition*toolBar*save*saveAs.labelString: As File...
  1650. *Composition*toolBar*save*saveAs.mnemonic: F
  1651. *Composition*saveAs.documentationString: Save a copy of the current message
  1652.  
  1653. *Composition*menuBar*saveAs.labelString:    File...
  1654. *Composition*menuBar*saveAs.mnemonic:       F
  1655. *Composition*menuBar*saveAs.acceleratorText:
  1656. *Composition*saveAs.documentationString: Save a copy of the current message
  1657.  
  1658. *Composition*toolBar*save*saveDraft.labelString: As Draft 
  1659. *Composition*toolBar*save*saveDraft.mnemonic: D
  1660. *Composition*toolBar*save*saveDraft.documentationString: Save this message in the Drafts folder to send later.
  1661.  
  1662. *menuBar*saveDraft.labelString:               Draft
  1663. *menuBar*saveDraft.mnemonic:                D
  1664. *saveDraft.documentationString:        Save this message in the Drafts folder to send later.
  1665.  
  1666. *Composition*toolBar*save*saveTemplate.labelString: As Template
  1667. *Composition*toolBar*save*saveTemplate.mnemonic: T
  1668. *Composition*toolBar*save*saveTemplate.documentationString: Save this message in the Templates folder to use again.
  1669.  
  1670. *menuBar*saveTemplate.labelString:          Template
  1671. *menuBar*saveTemplate.mnemonic:             T
  1672. *saveTemplate.labelString:          Template
  1673. *saveTemplate.mnemonic:             T
  1674. *saveTemplate.documentationString:      Save this message in the Templates folder to use again.
  1675.  
  1676. *menuBar*saveAsMenu.labelString:                Save As
  1677. *menuBar*saveAsMenu.mnemonic:                    A
  1678. *menuBar*saveAsMenu.saveMessagesAs.documentationString:        Save As...
  1679.  
  1680. *menuBar*saveMessage.labelString:        Save
  1681. *menuBar*saveMessage.acceleratorText:        Ctrl+S
  1682. *menuBar*saveMessage.documenationString:    Save this message
  1683.  
  1684. *menuBar*sendMessageNow.labelString:        Send Now
  1685. *menuBar*sendMessageNow.mnemonic:            d
  1686. *sendMessageNow.documentationString:        Send this message now
  1687. *menuBar*sendMessageNow.acceleratorText:    Ctrl+Enter
  1688.  
  1689. *menuBar*sendMessageLater.labelString:        Send Later
  1690. *menuBar*sendMessageLater.mnemonic:            L
  1691. *sendMessageLater.documentationString:        Queue this message for later delivery
  1692. *menuBar*sendMessageLater.acceleratorText:    Ctrl+Shift+Enter
  1693.  
  1694. *menuBar*quoteOriginalText.labelString:        Quote Original Message
  1695. *menuBar*quoteOriginalText.mnemonic:        Q
  1696. *menuBar*quoteOriginalText.acceleratorText:    Ctrl+Shift+Q
  1697. *quoteOriginalText.documentationString:    \
  1698. Paste in text from the original page in quoted form
  1699.  
  1700. *menuBar*addresseePicker.labelString:        Select Addresses...
  1701. *menuBar*addresseePicker.mnemonic:            t
  1702. *addresseePicker.documentationString:        Select recipient addresses
  1703. *addresseePicker.tipString:            Select addresses
  1704.  
  1705. *autoComplOnCmdString:                        Do Not Complete Address
  1706. *autoComplOffCmdString:                        Complete Address
  1707.  
  1708. *menuBar*showComplPicker.labelString:        Show Matching Addresses
  1709. *menuBar*showComplPicker.mnemonic:        S
  1710. *menuBar*showComplPicker.acceleratorText:    Ctrl+J
  1711. *menuBar*autoComplOnOff.acceleratorText:    Ctrl+D
  1712. !*showComplPicker.documentationString:        Show Matching Addresses...
  1713. !*showComplPicker.tipString:                    Show Matching Addresses...
  1714.  
  1715. *menuBar*attach.labelString:                Attach
  1716. *menuBar*attach.mnemonic:                    A
  1717. *attach.documentationString:                 Attach a page or address book card to the current message
  1718.  
  1719. *menuBar*showChrome.labelString:            Show
  1720. *menuBar*showChrome.mnemonic:               S
  1721.  
  1722. *menuBar*floatingTaskBarClose.labelString:  Floating Component Bar
  1723.  
  1724. !============================
  1725. !  File Menu - Message Center
  1726. !============================
  1727.  
  1728. *folderPrivileges.labelString:                    Privileges
  1729. *newFolder.labelString:                            New Folder...
  1730. *newFolderCmdString:                            New Folder...
  1731. *newSubFolderCmdString:                            New Subfolder...
  1732. ! sspitzer:  is category used anymore?  what is it?
  1733. *newCategoryCmdString:                            New Category...
  1734. *newNewsgroupCmdString:                            New Newsgroup...
  1735. *newFolder.mnemonic:                            w
  1736. *newFolder.documentationString:    \
  1737. Create a new mail folder or a new newsgroup
  1738.  
  1739. *MailFolder*menuBar*openSelected.labelString: Open
  1740. *MailFolder*menuBar*openSelected.mnemonic: O
  1741. *MailFolder*menuBar*openSelected.acceleratorText: Ctrl+O
  1742. *MailFolder*menuBar*openSelected.documentationString: \
  1743. Open the selected mail folder or newsgroup
  1744. *openFolder.labelString: Open
  1745. *openFolder.acceleratorText: Ctrl+O
  1746. *openFolder.mnemonic:                    O
  1747. *openFolder.documentationString: \
  1748. Open the selected mail folder or newsgroup
  1749.  
  1750. *renameFolder.labelString:            Rename Folder...
  1751. *renameFolder.mnemonic:                R
  1752. *renameFolder.documentationString:    Change the name of the selected folder
  1753.  
  1754. *menuBar*newMsgSubmenu.labelString:            Get Messages
  1755. *menuBar*newMsgSubmenu.mnemonic:            G
  1756. *newMessage.documentationString:    \
  1757. Get new mail and newsgroup messages
  1758.  
  1759. ! File/Get Messages Submenu
  1760. *menuBar*getNewMessages.labelString:           Get New Messages
  1761. *menuBar*getNewMessages.mnemonic:         M
  1762. *menuBar*getNewMessages.acceleratorText:    Ctrl+T
  1763.         
  1764. ! This label is generated dynamically from the preferences
  1765. !*menuBar*getNextNNewMsgs.labelString:       Next 500
  1766. *menuBar*getNextNNewMsgs.mnemonic:             e
  1767.  
  1768. *menuBar*synchWithServer.labelString:       Synchronize with Server
  1769. *menuBar*synchWithServer.mnemonic:             S
  1770.  
  1771. *menuBar*sendMessagesInOutbox.labelString: Send Unsent Messages
  1772. *menuBar*sendMessagesInOutbox.mnemonic: d
  1773. *sendMessagesInOutbox.documentationString: \
  1774. Send messages in Outbox folder now
  1775.  
  1776. *menuBar*updateMessageCount.labelString:    Update Message Counts
  1777. *menuBar*updateMessageCount.mnemonic:        U
  1778. *updateMessageCount.documentationString:    \
  1779. Update number of unread messages
  1780.  
  1781. *addNewsgroup.labelString:        Subscribe...
  1782. *addNewsgroup.mnemonic:            b
  1783. *addNewsgroup.documentationString:        Subscribe...
  1784.  
  1785. !=============================
  1786. !  File Menu - Message Threads
  1787. !=============================
  1788.  
  1789. *menuBar*openAttachmentsSubmenu.labelString:    Open Attachment
  1790. *menuBar*openAttachmentsSubmenu.mnemonic:                O
  1791. *openAttachments.documentationString:    \
  1792. Open the selected attachment
  1793.  
  1794. ! File/Open Attachments Submenu is dynamically generated
  1795.  
  1796. *editMessage.labelString:                Edit Message as New
  1797. *editMessage.mnemonic:                    E
  1798. *editMessage.documentationString:                Edit the selected message
  1799.  
  1800. *menuBar*saveTemplate.labelString:        Template
  1801. *menuBar*saveTemplate.mnemonic:            T
  1802. *menuBar*saveAsTemplate.labelString:    Template
  1803. *menuBar*saveAsTemplate.mnemonic:        T
  1804.  
  1805. *menuBar*saveMessagesAs.labelString:    File
  1806. *menuBar*saveMessagesAs.mnemonic:    F
  1807. *menuBar*saveMessagesAs.acceleratorText:    Ctrl+S
  1808.  
  1809. *MailThread*menuBar*saveMessageAs.labelString:  File
  1810. *MailThread*menuBar*saveMessageAs.mnemonic:  F
  1811. *MailThread*menuBar*saveMessageAs.acceleratorText:    Ctrl+S
  1812.  
  1813. *menuBar*emptyTrash.mnemonic: y
  1814.  
  1815. ! labelString is generated dynamically
  1816. *menuBar*compressFolders.mnemonic: t
  1817.  
  1818. !==========================
  1819. !  File Menu - Address Book
  1820. !==========================
  1821.  
  1822. *addToAddressBook.labelString:    New Card...
  1823. *addToAddressBook.mnemonic:        r
  1824. !*addToAddressBook.acceleratorText:    Ctrl+N
  1825. *addToAddressBook.documentationString:    \
  1826. Create a new address book card entry
  1827.  
  1828. *abNewList.labelString:            New List...
  1829. *abNewList.mnemonic:            s
  1830. *abNewList.documentationString:    \
  1831. Create a new address book list
  1832.  
  1833. *abNewPAB.labelString:            New Address Book...
  1834. *abNewPAB.mnemonic:            A
  1835. *abNewPAB.documentationString:    \
  1836. Create a new address book 
  1837.  
  1838. *abNewLDAPDirectory.labelString: New Directory...
  1839. *abNewLDAPDirectory.mnemonic:            D
  1840. *abNewLDAPDirectory.documentationString:    \
  1841. Create a Directory Server
  1842.  
  1843. *menuBar*import.labelString:    Import...
  1844. *menuBar*import.mnemonic:        I
  1845. *AddressBook*import.documentationString:    \
  1846. Import a file into the address book
  1847. !
  1848. ! customized for PAB
  1849. !
  1850. *AddressBook*menuBar*saveAs.labelString:        Export...
  1851. *AddressBook*menuBar*saveAs.mnemonic:        E
  1852. *AddressBook*menuBar*toggleNavigationToolbar.labelString: Address Book Toolbar
  1853. *AddressBook*menuBar*toggleNavigationToolbar.mnemonic: A
  1854. *AddressBook*menuBar*abToggleABPane.labelString: Address Books
  1855. *AddressBook*menuBar*abToggleABPane.mnemonic: B
  1856.  
  1857. *menuBar*abCall.labelString:    Call
  1858. *menuBar*abCall.mnemonic:        l
  1859. *abCall.documentationString:    \
  1860. Place a call with Netscape Conference 
  1861.  
  1862.  
  1863. !
  1864. ! i18n labels: used in AB search dialog, Message filter dialog, 
  1865. ! and Search Message dialog
  1866. !
  1867. !*I18nColon.labelString: will be something like   :
  1868. !*I18nFirst.labelString: will be something like   the
  1869. !*I18nRest.labelString: will be something like  or/and
  1870. !
  1871. *I18nColon.labelString: 
  1872. *I18nFirst.labelString: 
  1873. *I18nRest.labelString: 
  1874.  
  1875. !=======================
  1876. !  File Menu - Bookmarks
  1877. !=======================
  1878.  
  1879. *newBookmark.labelString:                            New Bookmark...
  1880. *bookmarks*menuBar*newBookmark.mnemonic:            w
  1881. *newBookmark.documentationString:    \
  1882. Create a new bookmark entry
  1883.  
  1884. *newFolder.labelString:                                New Folder...
  1885. *bookmarks*menuBar*newFolder.mnemonic:                F
  1886. *bookmarks*newFolder.documentationString:    \
  1887. Create a new bookmark folder
  1888.  
  1889. *newSeparator.labelString:                            New Separator
  1890. *bookmarks*menuBar*newSeparator.mnemonic:            S
  1891. *bookmarks*newSeparator.documentationString:    \
  1892. Create a new separator
  1893.  
  1894. *bookmarks*menuBar*openBookmarkFile.labelString:    Open Bookmarks File...
  1895. *bookmarks*menuBar*openBookmarkFile.mnemonic:        F
  1896. *bookmarks*openBookmarkFile.documentationString:    \
  1897. Open a bookmarks file in this window
  1898.  
  1899. *bookmarks*menuBar*openSelected.labelString:        Go to Bookmark
  1900. *bookmarks*menuBar*openSelected.mnemonic:            k
  1901. *bookmarks*openSelected.documentationString:    \
  1902. Open the selected bookmark in a browser window
  1903.  
  1904. *bookmarks*menuBar*import.labelString:                Import...
  1905. *bookmarks*menuBar*import.mnemonic:                    I
  1906. *bookmarks*import.documentationString:    \
  1907. Import another bookmark list into the current list
  1908.  
  1909. *bookmarks*menuBar*addToToolbar.labelString:        Add Selection to Toolbar
  1910. *bookmarks*menuBar*addToToolbar.mnemonic:            A
  1911. *bookmarks*addToToolbar.documentationString:    \
  1912. Add bookmark to the Personal Toolbar
  1913.  
  1914. *bookmarks*menuBar*createShortcut.labelString:        Create Shortcut
  1915. *bookmarks*menuBar*createShortcut.mnemonic:            t
  1916. *bookmarks*createShortcut.documentationString:    \
  1917. Create an Internet Shortcut to the selected bookmark
  1918.  
  1919. *makeAlias.labelString:                Make Alias
  1920. *makeAlias.mnemonic:                M
  1921. *makeAlias.documentationString:    \
  1922. Make a bookmark alias to the selected bookmark
  1923.  
  1924. !=====================
  1925. !  File Menu - History
  1926. !=====================
  1927.  
  1928. *history*menuBar*openSelected.labelString:        Go to Page
  1929. *history*menuBar*openSelected.mnemonic:            e
  1930. *history*openSelected.documentationString:    \
  1931. Open the selected page in a browser window
  1932.  
  1933. *history*menuBar*addToToolbar.labelString:        Add Page to Toolbar
  1934. *history*menuBar*addToToolbar.mnemonic:            A
  1935. *history*addToToolbar.documentationString:    \
  1936. Add the selected page to the Personal Toolbar
  1937.  
  1938. *history*menuBar*print.labelString:             Print History...
  1939.  
  1940. !=======================
  1941. !  Edit Menu - Navigator
  1942. !=======================
  1943.  
  1944. *undo.labelString:              Undo
  1945. *undo.mnemonic:                 U
  1946. *undo.acceleratorText:          Ctrl+Z
  1947. *undo.documentationString:      Undo the previous action
  1948.  
  1949. *redo.labelString:              Redo
  1950. *redo.mnemonic:                 R
  1951. *redo.acceleratorText:          Ctrl+Y
  1952. *redo.documentationString:      Redo the next action
  1953.  
  1954. *cut.labelString:               Cut
  1955. *cut.mnemonic:                  t
  1956. *cut.acceleratorText:           Ctrl+X
  1957. *cut.documentationString:    \
  1958. Cut the selected text and put it on the clipboard
  1959.  
  1960. *copy.labelString:              Copy
  1961. *copy.mnemonic:                 C
  1962. *copy.acceleratorText:          Ctrl+C
  1963. *copy.documentationString:    \
  1964. Copy the selected text and put it on the clipboard
  1965.  
  1966. *paste.labelString:             Paste
  1967. *paste.mnemonic:                P
  1968. *paste.acceleratorText:         Ctrl+V
  1969. *paste.documentationString:        Insert clipboard contents
  1970.  
  1971. *delete.labelString:            Delete
  1972. *delete.mnemonic:                D
  1973. *delete.acceleratorText:        Ctrl+D
  1974. *delete.documentationString:    Delete the selected text
  1975. ! EditorFrame uses this one
  1976. *deleteItem.labelString:        Delete
  1977. *deleteItem.mnemonic:           D
  1978. *deleteItem.acceleratorText:    Ctrl+D
  1979. *deleteItem.documentationString:Delete the selected text
  1980.  
  1981. *selectAll.labelString:                 Select All
  1982. *selectAllCmdString:                    Select All
  1983. *selectAllInFrameCmdString:                Select All in Frame
  1984. *selectAll.mnemonic:                    A
  1985. *selectAll.acceleratorText:                Ctrl+A
  1986. *selectAll.documentationString:            Select the entire page
  1987. ! Thread Window Edit/Select pullaside menu
  1988. *MailThread*selectAll.labelString:      All
  1989. *MailThread*selectAllCmdString:         All
  1990. *MailThread*selectAllInFrameCmdString:  All in Frame
  1991.  
  1992. *menuBar*findInObject.labelString:        Find in Page...
  1993. *Composition*menuBar*findInObject.labelString:    Find...
  1994. *MailMsg*menuBar*findInObject.labelString:        Find...
  1995. *MailThread*menuBar*findInObject.labelString:    Find...
  1996. *findInObjectCmdString:                    Find in Page...  
  1997. *findInFrameCmdString:                    Find in Frame...  
  1998.  
  1999. *menuBar*findInObject.mnemonic:         F
  2000. *menuBar*findInObject.acceleratorText:    Ctrl+F
  2001. *findInObject.documentationString:        \
  2002. Search for text in the current page
  2003.  
  2004. *menuBar*findAgain.labelString:            Find Again
  2005. *menuBar*findAgain.mnemonic:            g
  2006. *menuBar*findAgain.acceleratorText:        Ctrl+G
  2007. *findAgain.documentationString:            Repeat last Find operation
  2008.  
  2009. *Navigator*menuBar*search.labelString:    Search Internet
  2010. *Navigator*menuBar*search.mnemonic:     I
  2011. *Navigator*search.documentationString:    \
  2012. Search the Internet for information
  2013.  
  2014. *menuBar*searchAddress.labelString:     Search Directory
  2015. *menuBar*searchAddress.mnemonic:         y
  2016. *searchAddress.documentationString:    \
  2017. Search a directory to find a person
  2018.  
  2019. *menuBar*editPreferences.labelString:   Preferences...
  2020. *menuBar*editPreferences.mnemonic:        e
  2021. *editPreferences.documentationString:    \
  2022. Change user preferences for the application
  2023.  
  2024. !===========================
  2025. !  Edit Menu - Page Composer
  2026. !===========================
  2027.  
  2028. *deleteTableMenu.labelString:                   Delete Table
  2029. !*deleteTableMenu.mnemonic:                        b
  2030. *deleteTableMenu.mnemonic:            l
  2031.  
  2032. ! Edit/Delete Table Submenu
  2033.  
  2034. *deleteTable.labelString:                       Table
  2035. *deleteTable.mnemonic:                          T
  2036. *deleteTable.documentationString:    \
  2037. Delete the entire table at current cursor location
  2038.  
  2039. ! new
  2040. *deleteTableRow.labelString:                    Row
  2041. *deleteTableRow.mnemonic:                       R
  2042. *deleteTableRow.documentationString:    \
  2043. Delete the row in the current cursor location
  2044.  
  2045. *deleteTableColumn.labelString:                 Column
  2046. *deleteTableColumn.mnemonic:                    o
  2047. *deleteTableColumn.documentationString:    \
  2048. Delete the column in the current cursor location
  2049.  
  2050. *deleteTableCell.labelString:                   Cell
  2051. *deleteTableCell.mnemonic:                      C
  2052. *deleteTableCell.documentationString:    \
  2053. Delete the cell in the current cursor location
  2054.  
  2055. ! end Edit/Delete Table Submenu
  2056.  
  2057. *removeLink.labelString:        Remove Link
  2058. *removeLink.mnemonic:            k
  2059. *removeLinks.labelString:        Remove Links
  2060. *menuBar*removeLinks.mnemonic:      R
  2061. *removeLinks.documentationString:    \
  2062. Remove the link corresponding to the selected text
  2063.  
  2064. *selectTable.labelString:                       Select Table
  2065. *selectTable.mnemonic:                          b
  2066. *selectTable.documentationString:    \
  2067. Select the table at the current cursor location
  2068.  
  2069. *menuBar*editPageSource.labelString:        HTML Source
  2070. *editPageSource.documentationString:    \
  2071. Edit the HTML source for the current page
  2072.  
  2073. !=============================
  2074. !  Edit Menu - Compose Message
  2075. !=============================
  2076.  
  2077. *menuBar*pasteAsQuoted.labelString:            Paste as Quotation
  2078. *menuBar*pasteAsQuoted.mnemonic:            Q
  2079. *pasteAsQuoted.documentationString:    \
  2080. Paste clipboard contents in quoted form
  2081.  
  2082. !============================
  2083. !  Edit Menu - Message Center
  2084. !============================
  2085.  
  2086. *menuBar*search.labelString:            Search Messages...
  2087. *menuBar*search.mnemonic:               S
  2088. *menuBar*search.acceleratorText:        Ctrl+Shift+F
  2089. *search.documentationString:    Search mail and newsgroup messages
  2090.  
  2091. *menuBar*editConfiguration.labelString:    Mail Account
  2092. *menuBar*editConfiguration.mnemonic:        M
  2093.  
  2094. *menuBar*moderateDiscussion.labelString:    Manage Newsgroups
  2095. *menuBar*moderateDiscussion.mnemonic:        N
  2096.  
  2097. *menuBar*editMailFilterRules.labelString: Message Filters...
  2098. *menuBar*editMailFilterRules.mnemonic:    i
  2099. *editMailFilterRules.documentationString:    \
  2100. Set rules for filtering mail into folders
  2101.  
  2102. *popup*deleteNewsgroup.labelString:        Remove Newsgroup Server
  2103. *popup*addNewsgroup.labelString:        Subscribe to Newsgroups...
  2104. *newsServerPropsCmdString:  Newsgroup Server Properties
  2105. *newsgroupPropsCmdString:    Newsgroup Properties
  2106. *folderPropsCmdString:        Properties
  2107. *mailServerPropsCmdString:  Mail Server Properties
  2108. *menuBar*viewProperties.labelString:    Properties
  2109. *menuBar*viewProperties.mnemonic:        s
  2110. *viewProperties.documentationString:    \
  2111. View mail folder or newsgroup properties
  2112.  
  2113. ! text generated dynamically
  2114. *menuBar*deleteFolder.mnemonic: D
  2115. *menuBar*deleteFolder.acceleratorText: Ctrl+D
  2116.  
  2117.  
  2118. !=============================
  2119. !  Edit Menu - Message Threads
  2120. !=============================
  2121.  
  2122. *deleteAny.labelString:        Delete Message
  2123. *deleteAny.mnemonic:        D
  2124. *deleteAny.acceleratorText:        Ctrl+D
  2125.  
  2126. *selectSubmenu.labelString:                Select
  2127. *selectSubmenu.mnemonic:                l
  2128.  
  2129.  
  2130. ! Edit/Select Submenu
  2131.  
  2132. *selectThread.labelString:                Thread
  2133. *selectThread.mnemonic:                    T
  2134. *selectThread.acceleratorText:                Ctrl+Shift+A
  2135.  
  2136. *selectCategory.labelString:            Category
  2137. *selectCategory.mnemonic:                C
  2138.  
  2139. *selectFlaggedMessages.labelString:        Flagged Messages
  2140. *selectFlaggedMessages.mnemonic:            F
  2141.  
  2142. *selectAllMessages.labelString:            All Messages
  2143. *selectAllMessages.mnemonic:            M
  2144.  
  2145. ! end Edit/Select Submenu
  2146.  
  2147. !==========================
  2148. !  Edit Menu - Address Book
  2149. !==========================
  2150.  
  2151. *menuBar*abDelete.labelString:        Delete
  2152. *menuBar*abDelete.mnemonic:        D
  2153. *menuBar*abDelete.acceleratorText: Del
  2154. *abDelete.documentationString:    \
  2155. Delete the selected address book entries
  2156.  
  2157. *menuBar*abDeleteAllEntries.labelString:        Delete All Occurrences
  2158. *menuBar*abDeleteAllEntries.mnemonic: O
  2159.  
  2160. *menuBar*abSearchFor.labelString:     Search for...
  2161. *menuBar*abSearchFor.mnemonic:        f
  2162.  
  2163. *menuBar*displayHTMLDomainsDialog.labelString:    HTML Domains...
  2164. *menuBar*displayHTMLDomainsDialog.mnemonic:        H
  2165. *displayHTMLDomainsDialog.documentationString:    \
  2166. Edit the list of domains that can receive HTML messages
  2167.  
  2168. *AddressBook*menuBar*viewProperties.labelString:    Properties
  2169. *AddressBook*menuBar*viewProperties.mnemonic:        s
  2170.  
  2171. *viewProperties.documentationString:    \
  2172. Place a call with Netscape Conference
  2173.  
  2174. *AddressBook**menuBar*selectAll.acceleratorText:
  2175.  
  2176. !=======================
  2177. !  Edit Menu - Bookmarks
  2178. !=======================
  2179.  
  2180. *bookmarks*menuBar*findInObject.labelString:        Find in Bookmarks...
  2181. *bookmarks*findInObject.documentationString:        \
  2182. Find a bookmark in the list
  2183.  
  2184. *bookmarkProperties.labelString:            Bookmark Properties
  2185. *menuBar*bookmarkProperties.mnemonic:        B
  2186. *bookmarkProperties.documentationString:    \
  2187. View the properties of the selected bookmark
  2188.  
  2189. !=======================
  2190. !  Edit Menu - History
  2191. !=======================
  2192.  
  2193. *history*menuBar*search.labelString:            Search History List
  2194. *history*menuBar*search.mnemonic:               H
  2195. *history*search.documentationString:    \
  2196. Search for one or more items in the History List
  2197.  
  2198. !=======================
  2199. !  View Menu - Navigator
  2200. !=======================
  2201.  
  2202. *menuBar*toggleNavigationToolbar.labelString: Navigation Toolbar
  2203. *menuBar*toggleNavigationToolbar.mnemonic:    N
  2204. *menuBar*toggleNavigationToolbar.documentationString: Show or hide the Navigation toolbar
  2205.  
  2206. *menuBar*toggleLocationToolbar.labelString: Location Toolbar
  2207. *menuBar*toggleLocationToolbar.mnemonic:    L
  2208. *toggleLocationToolbar.documentationString:    Show or hide the Location toolbar
  2209.  
  2210. *menuBar*togglePersonalToolbar.labelString:    Personal Toolbar
  2211. *menuBar*togglePersonalToolbar.mnemonic:    P
  2212. *togglePersonalToolbar.documentationString:    Show or hide the Personal toolbar
  2213.  
  2214. *menuBar*increaseFont.labelString:    Increase Font
  2215. *menuBar*increaseFont.mnemonic:        F
  2216. *menuBar*increaseFont.acceleratorText:    Ctrl+]
  2217. *increaseFont.documentationString:    \
  2218. Increase the font size for viewing this page
  2219.  
  2220. *menuBar*decreaseFont.labelString:    Decrease Font
  2221. *menuBar*decreaseFont.mnemonic:        n
  2222. *menuBar*decreaseFont.acceleratorText:    Ctrl+[
  2223. *decreaseFont.documentationString:    \
  2224. Decrease the font size for viewing this page
  2225.  
  2226. *reload.labelString:                Reload
  2227. *reload.mnemonic:                    R
  2228. *reload.acceleratorText:            Ctrl+R
  2229. ! In mail and news reply to sender uses this accelerator
  2230. *MailThread*menuBar*reload.acceleratorText:    
  2231. *MailMsg*menuBar*reload.acceleratorText:    
  2232. *News*menuBar*reload.acceleratorText:    
  2233. *reload.documentationString:        Reload the current page
  2234.  
  2235. *showImages.labelString:            Show Images
  2236. *showImages.mnemonic:                g
  2237. *showImages.documentationString:    Show the images in the current page
  2238.  
  2239. *refresh.labelString:                Refresh
  2240. *refresh.mnemonic:                    h
  2241. *refresh.documentationString:        Refresh the screen
  2242.  
  2243. *stopAnimationsCmdString:            Stop Animations
  2244. *stopLoadingCmdString:                Stop Loading
  2245. *stopLoading.labelString:            Stop Loading
  2246. *stopLoading.mnemonic:                S
  2247. *stopLoading.acceleratorText:        ESC
  2248. *stopLoading.documentationString:    Stop the current transfer
  2249. !xxx need separate doc string for stop animations
  2250.  
  2251. *viewPageSource.labelString:        Page Source
  2252. *viewPageSource.acceleratorText:    Ctrl+U
  2253. *viewPageSource.documentationString:View the HTML source of the current page
  2254.  
  2255. *viewPageInfo.labelString:            Page Info
  2256. *viewPageInfo.mnemonic:                I
  2257. *viewPageInfo.documentationString:    View information about the current page
  2258.  
  2259. *pageServices.labelString:            Page Services
  2260. *pageServices.mnemonic:                P
  2261. !*pageServices.documentationString:
  2262.  
  2263. *menuBar*encodingSubmenu.labelString:    Character Set
  2264. *menuBar*encodingSubmenu.mnemonic:        C
  2265. *encodingSubmenu.documentationString:    \
  2266. Change character encoding of the current page
  2267.  
  2268. ! View/Encoding Submenu
  2269.  
  2270. *latin1EncCmdString:        Western (ISO-8859-1)
  2271. *885915EncCmdString:        Western (ISO-8859-15)
  2272. *latin2EncCmdString:        Central European (ISO-8859-2)
  2273. *Win1250EncCmdString:        Central European (Windows-1250)
  2274. *jaAutoEncCmdString:        Japanese (Auto-Detect)
  2275. *jaSJISEncCmdString:        Japanese (Shift_JIS)
  2276. *jaEUCEncCmdString:            Japanese (EUC-JP)
  2277. *twBig5EncCmdString:        Traditional Chinese (Big5)
  2278. *twEUCEncCmdString:            Traditional Chinese (EUC-TW)
  2279. *gbEUCEncCmdString:            Simplified Chinese (GB2312)
  2280. *krEUCEncCmdString:            Korean (Auto-Detect)
  2281. *2022krEncCmdString:        Korean (ISO-2022-KR)
  2282. *koi8rEncCmdString:            Cyrillic (KOI8-R)
  2283. *88595EncCmdString:            Cyrillic (ISO-8859-5)
  2284. *Win1251EncCmdString:        Cyrillic (Windows-1251)
  2285. *cp866EncCmdString:            Cyrillic (CP-866)
  2286. *greekEncCmdString:            Greek (ISO-8859-7)
  2287. *Win1253EncCmdString:        Greek (Windows-1253)
  2288. *88599EncCmdString:            Turkish (ISO-8859-9)
  2289. *unicode_utf8EncCmdString:    Unicode (UTF-8)
  2290. *unicode_utf7EncCmdString:    Unicode (UTF-7)
  2291. *otherEncCmdString:            User-Defined
  2292. *setDefaultDocCSID:            Set Default Character Set
  2293. *setDefaultDocumentEncoding.documentationString:    \
  2294. Set the Global Default Documentation Encoding
  2295.  
  2296. ! end View/Encoding Submenu
  2297.  
  2298. !==============================
  2299. !  View Menu - Page Composer
  2300. !==============================
  2301.  
  2302. *toggleMenubar.labelString:    Menu bar
  2303. *toggleMenubar.documentationString:    \
  2304. Show or hide the Menu bar
  2305.  
  2306. *Editor*toggleNavigationToolbar.labelString:    Composition toolbar
  2307. *Editor*toggleNavigationToolbar.documentationString:    \
  2308. Show or hide the Composition toolbar
  2309.  
  2310. *toggleFormatToolbar.labelString:    Formatting toolbar
  2311. *toggleFormatToolbar.documentationString:    \
  2312. Show or hide the Formatting toolbar
  2313.  
  2314. *menuBar*toggleParagraphMarks.labelString:        Paragraph Marks
  2315. *menuBar*toggleParagraphMarks.mnemonic:            P
  2316. *toggleParagraphMarks.documentationString:    \
  2317. Show or hide the paragraph marks
  2318.  
  2319. !=============================
  2320. ! View Menu - Compose Message
  2321. !=============================
  2322.  
  2323. *Composition*menuBar*toggleNavigationToolbar.labelString: Message Toolbar
  2324. *Composition*toggleAddressArea.documentationString:    \
  2325. Show or hide the Addressing Area
  2326. *Composition*toggleAddressArea.tipString:          Addressing Area
  2327. *Composition*toggleAddressArea.mnemonic:          A
  2328. *Composition*toggleAddressArea.labelString:          Addressing Area
  2329.  
  2330. *Composition*toggleNavigationToolbar.labelString:    Message toolbar
  2331. *Composition*toggleNavigationToolbar.documentationString:    \
  2332. Show or hide the Message toolbar
  2333. *Composition*toggleNavigationToolbar.mnemonic:    T
  2334.  
  2335. !xxx add Show/Hide Addressing Area
  2336.  
  2337. *Composition*menuBar*viewAddresses.labelString:       Address Pane
  2338. *Composition*menuBar*viewAddresses.mnemonic:          A
  2339. *Composition*viewAddresses.documentationString:    \
  2340. View addresses of recipients
  2341.  
  2342. *Composition*menuBar*viewAttachments.labelString:     Attachment Pane
  2343. *Composition*menuBar*viewAttachments.mnemonic:        t
  2344. *viewAttachments.documentationString:    \
  2345. View message attachments
  2346.  
  2347. *Composition*menuBar*viewOptions.labelString:         Options Pane
  2348. *Composition*menuBar*viewOptions.mnemonic:            O
  2349. *Composition*viewOptions.documentationString: View message options
  2350.  
  2351. !xxx no longer in spec (viewMessageBodyOnly)
  2352. *Composition*menuBar*viewMessageBodyOnly.labelString: Message Body Only
  2353. *Composition*menuBar*viewMessageBodyOnly.mnemonic:    B
  2354. *Composition*viewMessageBodyOnly.documentationString:    \
  2355. View the message body and hide the adresses
  2356.  
  2357. *Composition*menuBar*wrapLongLines.labelString:       Wrap Long Lines
  2358. *Composition*menuBar*wrapLongLines.mnemonic:          W
  2359. *Composition*wrapLongLines.documentationString:    \
  2360. Wrap long lines when the message is sent
  2361.  
  2362. !============================
  2363. !  View Menu - Message Center
  2364. !============================
  2365.  
  2366. *MailFolder*menuBar*toggleNavigationToolbar.labelString: Message Toolbar
  2367. *MailFolder*menuBar*toggleNavigationToolbar.mnemonic:    M
  2368. *MailFolder*menuBar*toggleNavigationToolbar.documentationString: Show or hide the Folder toolbar
  2369.  
  2370. *menuBar*showSubmenu.labelString:   Show
  2371. *menuBar*showSubmenu.mnemonic:   w
  2372.  
  2373. *MailFolder*toggleNavigationToolbar.documentationString:    \
  2374. Show or hide the Message Center toolbar
  2375. *MailFolder*toggleNavigationToolbar.mnemonic:    M
  2376.  
  2377. *menuBar*moveSubmenu.labelString: Move Folder
  2378.  
  2379. !=============================
  2380. !  View Menu - Message Threads
  2381. !=============================
  2382.  
  2383. *MailThread*menuBar*toggleNavigationToolbar.labelString: Message Toolbar
  2384. *MailThread*menuBar*toggleNavigationToolbar.documentationString: Show or hide the Message toolbar
  2385. *MailThread*toggleNavigationToolbar.mnemonic:    M
  2386.  
  2387. *menuBar*toggleMessageExpansion.labelString: Message
  2388. *menuBar*toggleMessageExpansion.mnemonic: g
  2389. *menuBar*toggleMessageExpansion.documentationString: Show or hide the message.
  2390.  
  2391. *menuBar*toggleFolderExpansion.labelString: Folders
  2392. *menuBar*toggleFolderExpansion.mnemonic: F
  2393. *menuBar*toggleFolderExpansion.documentationString: Show or hide the list of folders.
  2394.  
  2395. *menuBar*sortSubmenu.labelString:    Sort
  2396. *menuBar*sortSubmenu.mnemonic:        o
  2397.  
  2398. ! View/Sort Submenu
  2399. *menuBar*sortBySubject.labelString:        by Subject
  2400. *menuBar*sortBySubject.mnemonic:        S
  2401. *menuBar*sortBySender.labelString:        by Sender
  2402. *menuBar*sortBySender.mnemonic:            r
  2403. *menuBar*sortByDate.labelString:        by Date
  2404. *menuBar*sortByDate.mnemonic:            e
  2405. *menuBar*sortByFlag.labelString:        by Flag
  2406. *menuBar*sortByFlag.mnemonic:            F
  2407. *menuBar*sortByPriority.labelString:    by Priority
  2408. *menuBar*sortByPriority.mnemonic:        P
  2409. *menuBar*sortByThread.labelString:        by Thread
  2410. *menuBar*sortByThread.mnemonic:            T
  2411. *menuBar*sortBySize.labelString:        by Size
  2412. *menuBar*sortBySize.mnemonic:            z
  2413. *menuBar*sortByStatus.labelString:        by Status
  2414. *menuBar*sortByStatus.mnemonic:            u
  2415. *menuBar*sortByUnread.labelString:        by Unread
  2416. *menuBar*sortByUnread.mnemonic:            n
  2417. *menuBar*sortByMessageNumber.labelString:    by Order Received
  2418. *menuBar*sortByMessageNumber.mnemonic:        O
  2419. *menuBar*sortForward.labelString:        Ascending
  2420. *menuBar*sortForward.mnemonic:            A
  2421. *menuBar*sortBackward.labelString:        Descending
  2422. *menuBar*sortBackward.mnemonic:            D
  2423. ! end View/Sort Submenu
  2424.  
  2425. *menuBar*expandCollapseSubmenu.labelString:    Expand/Collapse
  2426. *menuBar*expandCollapseSubmenu.mnemonic:    x
  2427.  
  2428. ! View/Expand/Collapse Submenu
  2429. *menuBar*expand.labelString:        Expand
  2430. *menuBar*expand.mnemonic:            x
  2431. *menuBar*expand.acceleratorText:    +
  2432. *menuBar*expandAll.labelString:        Expand All
  2433. *menuBar*expandAll.mnemonic:        A
  2434. *menuBar*expandAll.acceleratorText:    *
  2435. *menuBar*collapse.labelString:        Collapse
  2436. *menuBar*collapse.mnemonic:            C
  2437. *menuBar*collapse.acceleratorText:    -
  2438. *menuBar*collapseAll.labelString:    Collapse All
  2439. *menuBar*collapseAll.mnemonic:        l
  2440. *menuBar*collapseAll.acceleratorText: /
  2441. ! end View/Expand/Collapse Submenu
  2442.  
  2443. *menuBar*threadSubmenu.labelString:    Messages
  2444. *menuBar*threadSubmenu.mnemonic:    M
  2445.  
  2446. ! View/Messages Submenu
  2447. *menuBar*viewNew.labelString:            Unread
  2448. *menuBar*viewNew.mnemonic:                U
  2449. *viewNew.documentationString:    Show only unread messages
  2450.  
  2451. *menuBar*viewThreadsWithNew.labelString:Threads with Unread
  2452. *menuBar*viewThreadsWithNew.mnemonic:    T
  2453. *viewThreadsWithNew.documentationString:    \
  2454. Show threads that contain new messages
  2455.  
  2456. *menuBar*viewWatchedThreadsWithNew.labelString:    Watched Threads with Unread
  2457. *menuBar*viewWatchedThreadsWithNew.mnemonic:    W
  2458. *viewWatchedThreadsWithNew.documentationString:    \
  2459. Show watched threads that contain new messages
  2460.  
  2461. *menuBar*viewAllThreads.labelString:    All
  2462. *menuBar*viewAllThreads.mnemonic:        A
  2463. *viewAllThreads.documentationString: Show all messages
  2464. ! end View/Messages Submenu
  2465.  
  2466. *menuBar*headersSubmenu.labelString:    Headers
  2467. *menuBar*headersSubmenu.mnemonic:    d
  2468.  
  2469. ! View/Headers Submenu
  2470. *menuBar*showAllHeaders.labelString:    All
  2471. *menuBar*showAllHeaders.mnemonic:    A
  2472. *showAllHeaders.documentationString: Show all headers
  2473.  
  2474. *menuBar*showNormalHeaders.labelString:    Normal
  2475. *menuBar*showNormalHeaders.mnemonic:    N
  2476. *showNormalHeaders.documentationString: Show regular headers
  2477. *showBriefHeaders.labelString:    Brief
  2478. *menuBar*showBriefHeaders.mnemonic:    B
  2479. *menuBar*showBriefHeaders.documentationString: Show brief headers
  2480. ! end View/Headers Submenu
  2481.  
  2482. !xxx nolonger an attachments submenu
  2483. *menuBar*attachmentsSubmenu.labelString:    Attachments
  2484. *menuBar*attachmentsSubmenu.mnemonic:    n
  2485.  
  2486. *menuBar*viewAttachmentsInline.labelString:    View Attachments Inline
  2487. *menuBar*viewAttachmentsInline.mnemonic:    A
  2488. *viewAttachmentsInline.documentationString:    \
  2489. Show attachments in message as inline objects or links
  2490.  
  2491. *rot13Message.labelString:                Unscramble (ROT13)
  2492. *rot13Message.mnemonic:                    U
  2493. *rot13Message.documentationString:    \
  2494. Unscramble naughty jokes
  2495.  
  2496. *wrapLongLines.labelString:                Wrap Long Lines
  2497. *wrapLongLines.mnemonic:                p
  2498. *wrapLongLines.documentationString:    \
  2499. Wrap long lines when displaying message
  2500.  
  2501. !============================
  2502. !  View Menu - Message Window
  2503. !============================
  2504.  
  2505.  
  2506. !==========================
  2507. !  View Menu - Address Book
  2508. !==========================
  2509.  
  2510. *AddressBook*toggleNavigationToolbar.documentationString:    \
  2511. Show or hide the Address Book toolbar
  2512. *AddressBook*toggleNavigationToolbar.mnemonic:    B
  2513.  
  2514. *menuBar*abByType.labelString:            by Type
  2515. *menuBar*abByType.mnemonic:                T
  2516. *abByType.documentationString:    \
  2517. Sort address book entries by type
  2518.  
  2519. *menuBar*abByName.labelString:            by Name
  2520. *menuBar*abByName.mnemonic:                N
  2521. *abByName.documentationString:    \
  2522. Sort address book entries by name
  2523.  
  2524. *menuBar*abByEmailAddress.labelString:  by Email Address
  2525. *menuBar*abByEmailAddress.mnemonic:        E
  2526. *abByEmailAddress.documentationString:    \
  2527. Sort address book entries by email address
  2528.  
  2529. *menuBar*abByNickName.labelString:        by Nickname
  2530. *menuBar*abByNickName.mnemonic:            k
  2531. *abByNickName.documentationString:    \
  2532. Sort address book entries by nickname
  2533.  
  2534. *menuBar*abByCompany.labelString:        by Organization
  2535. !*menuBar*abByCompany.mnemonic:            O
  2536. *abByCompany.documentationString:    \
  2537. Sort address book entries by organization
  2538.  
  2539. *menuBar*abByLocality.labelString:        by City
  2540. *menuBar*abByLocality.mnemonic:            i
  2541. *abByLocality.documentationString:    \
  2542. Sort address book entries by city
  2543.  
  2544. ! shared with other windows
  2545. *menuBar*sortAscending.labelString:        Ascending
  2546. *menuBar*sortAscending.mnemonic:        A
  2547. *AddressBook*menuBar*sortAscending.documentationString:    \
  2548. Sort address book entries in ascending order
  2549.  
  2550. *menuBar*sortDescending.labelString:    Descending
  2551. *menuBar*sortDescending.mnemonic:        D
  2552. *AddressBook*sortDescending.documentationString:    \
  2553. Sort address book entries in descending order
  2554.  
  2555. *menuBar*abVCard.labelString:            My Address Book Card...
  2556. *menuBar*abVCard.mnemonic:                o
  2557. *abVCard.documentationString:    \
  2558. Create and edit my address book card
  2559.  
  2560. *menuBar*abStopSearch.labelString:     Stop Searching
  2561. *menuBar*abStopSearch.mnemonic: S
  2562. *menuBar*abStopSearch.acceleratorText: Esc
  2563.  
  2564.  
  2565. !=======================
  2566. !  View Menu - Bookmarks 
  2567. !=======================
  2568.  
  2569. bookmarks*menuBar*sortByTitle.labelString:    by Name
  2570. bookmarks*menuBar*sortByTitle.mnemonic:        T
  2571. bookmarks*sortByTitle.documentationString:    \
  2572. Sort bookmarks by name
  2573.  
  2574. *menuBar*sortByLocation.labelString:        by Location
  2575. *menuBar*sortByLocation.mnemonic:            L
  2576. *sortByLocation.documentationString:    \
  2577. Sort bookmarks by location
  2578.  
  2579. *sortByDateLastVisited.labelString:            by Date Last Visited
  2580. *sortByDateLastVisited.mnemonic:            V
  2581. *sortByDateLastVisited.documentationString:    \
  2582. Sort bookmarks by date last visited
  2583.  
  2584. *menuBar*sortByDateCreated.labelString:        by Date Created
  2585. *menuBar*sortByDateCreated.mnemonic:        C
  2586. *sortByDateCreated.documentationString:    \
  2587. Sort bookmarks by date created
  2588.  
  2589. *menuBar*moveBookmarkUp.labelString:        Move Up
  2590. *menuBar*moveBookmarkUp.mnemonic:            U
  2591. *menuBar*moveBookmarkUp.acceleratorText:    Shift+Up
  2592. *moveBookmarkUp.documentationString:    \
  2593. Move the bookmark up in the list
  2594.  
  2595. *menuBar*moveBookmarkDown.labelString:        Move Down
  2596. *menuBar*moveBookmarkDown.mnemonic:            w
  2597. *menuBar*moveBookmarkDown.acceleratorText:    Shift+Down
  2598. *moveBookmarkDown.documentationString:    \
  2599. Move the bookmark down in the list
  2600.  
  2601. *menuBar*bookmarksWhatsNew.labelString:        Update Bookmarks
  2602. *menuBar*bookmarksWhatsNew.mnemonic:        B
  2603. *bookmarksWhatsNew.documentationString:    \
  2604. Check bookmarks for updates
  2605.  
  2606. *setToolbarFolder.labelString:                Set as Toolbar Folder
  2607. *setToolbarFolder.mnemonic:                    F
  2608. *setToolbarFolder.documentationString:    \
  2609. Set selected folder as the folder for the Personal Toolbar
  2610.  
  2611. *setNewBookmarkFolder.labelString:            Set as Folder for New Bookmarks
  2612. *setNewBookmarkFolder.mnemonic:                N
  2613. *setNewBookmarkFolder.documentationString:    \
  2614. Set selected folder as the folder for adding new bookmarks
  2615.  
  2616. *setBookmarkMenuFolder.labelString:            Set as Bookmark Menu
  2617. *setBookmarkMenuFolder.mnemonic:            M
  2618. *setBookmarkMenuFolder.documentationString:    \
  2619. Set selected folder as the folder for the Bookmark menu
  2620.  
  2621. !=====================
  2622. !  View Menu - History
  2623. !=====================
  2624.  
  2625. *menuBar*sortByTitle.labelString:            by Title
  2626. *menuBar*sortByTitle.mnemonic:                T
  2627. *sortByTitle.documentationString:    \
  2628. Sort bookmarks by title
  2629.  
  2630. *menuBar*sortByDateFirstVisited.labelString:    by Date First Visited
  2631. *menuBar*sortByDateFirstVisited.mnemonic:        F
  2632. *sortByDateFirstVisited.documentationString:    \
  2633. Sort history list by date first visited
  2634.  
  2635. *menuBar*sortByExpirationDate.labelString:        by Expiration Date
  2636. *menuBar*sortByExpirationDate.mnemonic:            E
  2637. *sortByExpirationDate.documentationString:    \
  2638. Sort history list by expiration date
  2639.  
  2640. *menuBar*sortByVisitCount.labelString:            by Visit Count
  2641. *menuBar*sortByVisitCount.mnemonic:                C
  2642. *sortByVisitCount.documentationString:    \
  2643. Sort history list by visit count
  2644.  
  2645. !=====================
  2646. !  Go Menu - Navigator
  2647. !=====================
  2648.  
  2649. *back.labelString:            Back
  2650. *back.mnemonic:                B
  2651. *back.acceleratorText:        Ctrl+Left
  2652. *back.documentationString:  Return to the previous page in History list
  2653.  
  2654. *forward.labelString:        Forward
  2655. *forward.mnemonic:            F
  2656. *forward.acceleratorText:    Ctrl+Right
  2657. *forward.documentationString: Go to the next page in History list
  2658.  
  2659. *menuBar*home.labelString:    Home
  2660. *menuBar*home.mnemonic:        H
  2661. !xxx dynamic *home.documentationString:
  2662.  
  2663. !===========================
  2664. !  Go Menu - Message Threads
  2665. !===========================
  2666.  
  2667. *menuBar*nextSubmenu.labelString:                Next 
  2668. *menuBar*nextSubmenu.mnemonic:                    N
  2669. *menuBar*prevSubmenu.labelString:                Previous
  2670. *menuBar*prevSubmenu.mnemonic:                    P
  2671.  
  2672. *menuBar*nextMessage.labelString:                Message
  2673. *menuBar*nextMessage.mnemonic:                    M
  2674. *menuBar*nextMessage.acceleratorText:            Ctrl+Down
  2675. *nextMessage.documentationString:    \
  2676. Go to the next message
  2677.  
  2678. *menuBar*nextUnreadMessage.labelString:            Unread Message
  2679. *menuBar*nextUnreadMessage.mnemonic:            U
  2680. *menuBar*nextUnreadMessage.acceleratorText:        Ctrl+Shift+Down
  2681. *nextUnreadMessage.documentationString:    \
  2682. Go to the next unread message
  2683.  
  2684. *menuBar*nextFlaggedMessage.labelString:        Flagged Message
  2685. *menuBar*nextFlaggedMessage.mnemonic:            F
  2686. *nextFlaggedMessage.documentationString:    \
  2687. Go to the next flagged message
  2688.  
  2689. *menuBar*nextUnreadThread.labelString:            Unread Thread
  2690. *menuBar*nextUnreadThread.mnemonic:                T
  2691. *menuBar*nextUnreadThread.acceleratorText:        T
  2692. *nextUnreadThread.documentationString:    \
  2693. Go to the next unread thread
  2694.  
  2695. *menuBar*nextCategory.labelString:                Next Category
  2696. *menuBar*nextCategory.mnemonic:                    C
  2697. *nextCategory.documentationString:    \
  2698. Go to the next category.
  2699.  
  2700. *menuBar*nextUnreadCategory.labelString:        Next Unread Category
  2701. *menuBar*nextUnreadCategory.mnemonic:            y
  2702. *nextUnreadCategory.documentationString:    \
  2703. Go to the next unread category.
  2704.  
  2705. *menuBar*nextCollection.mnemonic:                o
  2706. *nextCollection.documentationString:    \
  2707. Go to the next folder or group.
  2708.  
  2709. *menuBar*nextUnreadCollection.mnemonic:            d
  2710. *menuBar*nextUnreadCollection.acceleratorText: G
  2711. *nextUnreadCollection.documentationString:    \
  2712. Go to the next unread folder or group.
  2713.  
  2714. *menuBar*previousMessage.labelString:            Message
  2715. *menuBar*previousMessage.mnemonic:                M
  2716. *menuBar*previousMessage.acceleratorText:        Ctrl+Up
  2717. *previousMessage.documentationString:    \
  2718. Go to the previous message
  2719.  
  2720. *menuBar*previousUnreadMessage.labelString:        Unread Message
  2721. *menuBar*previousUnreadMessage.mnemonic:        U
  2722. *menuBar*previousUnreadMessage.acceleratorText:        Ctrl+Shift+Up
  2723. *previousUnreadMessage.documentationString:    \
  2724. Go to the previous unread message
  2725.  
  2726. *menuBar*previousFlaggedMessage.labelString:    Flagged Message
  2727. *menuBar*previousFlaggedMessage.mnemonic:        F
  2728. *previousFlaggedMessage.documentationString:    \
  2729. Go to the previous flagged message
  2730.  
  2731. *menuBar*firstUnreadMessage.labelString:        First Unread Message
  2732. *menuBar*firstUnreadMessage.mnemonic:            U
  2733.  
  2734. *menuBar*firstFlaggedMessage.labelString:        First Flagged Message
  2735. *menuBar*firstFlaggedMessage.mnemonic:            F
  2736. *firstFlaggedMessage.documentationString:    \
  2737. Go to the first flagged message
  2738.  
  2739. *MailThread*back.acceleratorText:        Ctrl+Left
  2740. *MailMsg*back.acceleratorText:            Ctrl+Left
  2741. *MailThread*back.documentationString:    Go back to the last message
  2742. *MailMsg*back.documentationString:        Go back to the last message
  2743.  
  2744. *MailThread*forward.mnemonic:            w
  2745. *MailMsg*forward.mnemonic:                w
  2746. *MailThread*forward.acceleratorText:        Ctrl+Right
  2747. *MailMsg*forward.acceleratorText:        Ctrl+Right
  2748. *MailThread*forward.documentationString: Go forward to the next message
  2749. *MailMsg*forward.documentationString:    Go forward to the next message
  2750.  
  2751. !================================
  2752. !  Message Menu - Message Threads
  2753. !================================
  2754.  
  2755. *menuBar*replySubmenu.labelString:                Reply
  2756. *menuBar*replySubmenu.mnemonic:                    R
  2757. *replySubmenu.documentationString:    \
  2758. Reply to one or more recipients.
  2759.  
  2760. *menuBar*replyAllSubmenu.labelString:            Reply to All
  2761. *menuBar*replyAllSubmenu.mnemonic:                    p
  2762. *replySubmenu.documentationString:    \
  2763. Reply to one or all recipients.
  2764.  
  2765. ! Message/Reply Submenu
  2766. *replyToSender.labelString:                to Sender Only
  2767. *replyToSender.mnemonic:                S
  2768. *replyToSender.acceleratorText:            Ctrl+R
  2769. *replyToSender.documentationString:    \
  2770. Mail a reply to the sender of the message selected
  2771.  
  2772. *replyToAll.labelString:                to Sender and All Recipients
  2773. *replyToAll.mnemonic:                    S
  2774. *replyToAll.acceleratorText:            Ctrl+Shift+R
  2775. *replyToAll.documentationString:    \
  2776. Reply to all recipients of the message selected
  2777.  
  2778. *replyToNewsgroup.labelString:            to Newsgroup
  2779. *replyToNewsgroup.mnemonic:                N
  2780. !*replyToNewsgroup.acceleratorText:        Ctrl+D
  2781. *replyToNewsgroup.documentationString:    \
  2782. Post a reply to the newsgroup
  2783.  
  2784. *replyToSenderAndNewsgroup.labelString:    to Sender And Newsgroup
  2785. *replyToSenderAndNewsgroup.mnemonic:    N
  2786. !*replyToSenderAndNewsgroup.acceleratorText:    Ctrl+Shift+D
  2787. *replyToSenderAndNewsgroup.documentationString:    \
  2788. Post a reply to the newsgroup and mail a reply to the author
  2789. ! end Message/Reply Submenu
  2790.  
  2791. !
  2792. *cleanUpDisk.labelString:        Clean Up Disk
  2793. *cleanUpDisk.mnemonic:            a
  2794. *cleanUpDisk.documentationString:    Purge old news messages
  2795. *cleanUpDisk.tipString:            Purge old news messages
  2796. *menuBar*forwardSubmenu.labelString: Forward As
  2797. *menuBar*forwardSubmenu.mnemonic: o
  2798.  
  2799. *menuBar*forwardMessage.labelString:            Forward
  2800. *menuBar*forwardMessage.mnemonic:                F
  2801. *menuBar*forwardMessage.acceleratorText:        Ctrl+L
  2802. *forwardMessage.documentationString:    \
  2803. Forward the selected message.
  2804.  
  2805. *menuBar*forwardMessageAttachment.labelString: Attachment
  2806. *menuBar*forwardMessageAttachment.mnemonic:    A
  2807. *menuBar*forwardMessageAttachment.documentationString: \
  2808. Forward the selected message as an attachment.
  2809.  
  2810. *menuBar*forwardMessageQuoted.labelString:        Quoted
  2811. *menuBar*forwardMessageQuoted.mnemonic:            Q
  2812. *menuBar*forwardMessageQuoted.acceleratorText:    Ctrl+Shift+L
  2813. *forwardMessageQuoted.documentationString:    \
  2814. Forward the selected message as quoted text.
  2815.  
  2816. *menuBar*forwardMessageInLine.labelString:        Inline
  2817. *menuBar*forwardMessageInLine.mnemonic:            I
  2818. *forwardMessageInLine.documentationString:    \
  2819. Forward the selected message inline
  2820.  
  2821. *menuBar*fileSubmenu.labelString:                Move Message
  2822. *menuBar*fileSubmenu.mnemonic:                    M
  2823. *fileSubmenu.documentationString:    \
  2824. File the selected message to a folder
  2825.  
  2826. *menuBar*copySubmenu.labelString:                Copy Message
  2827. *menuBar*copySubmenu.mnemonic:                    C
  2828.  
  2829. *copySubmenu.documentationString:    \
  2830. Copy the selected message to a folder
  2831.  
  2832. *menuBar*addToABSubmenu.labelString:            Add to Address Book
  2833. *menuBar*addToABSubmenu.mnemonic:                A
  2834.  
  2835. ! Message/Add to Address Book Submenu
  2836. *addSenderToAddressBook.labelString:    Add Sender to Address Book
  2837. *addSenderToAddressBook.mnemonic:        S
  2838. *addSenderToAddressBook.documentationString:    \
  2839. Add sender to address book
  2840. *addAllToAddressBook.labelString:        Add All to Address Book
  2841. *addAllToAddressBook.mnemonic:            A
  2842. *addAllToAddressBook.documentationString:    \
  2843. Add all recipients to address book
  2844. ! end Message/Add to Address Book Submenu
  2845.  
  2846. *menuBar*markSubmenu.labelString:        Mark
  2847. *menuBar*markSubmenu.mnemonic:            k
  2848.  
  2849. ! Message/Mark Submenu
  2850.  
  2851. *markMessages.labelString: Flag
  2852. *markMessages.mnemonic: F
  2853. *markMessages.documentationString: Flag the selected message.
  2854.  
  2855. *markMessageRead.labelString:            as Read
  2856. *markMessageRead.mnemonic:                R
  2857. *markMessageRead.acceleratorText:        M
  2858. *markMessageRead.documentationString:    Mark selected messages as read
  2859. *markMessageRead.tipString:                Mark messages
  2860.  
  2861. *markThreadRead.labelString:            Thread as Read
  2862. *markThreadRead.mnemonic:                T
  2863. *markThreadRead.documentationString:    \
  2864. Mark messages with the same subject as read
  2865.  
  2866. *markAllMessagesRead.labelString:        All Read
  2867. *markAllMessagesRead.mnemonic:            A
  2868. *markAllMessagesRead.acceleratorText:    Ctrl+Shift+C
  2869. *markAllMessagesRead.documentationString:    \
  2870. Mark all messages as read
  2871.  
  2872. *markMessageByDate.labelString:            by Date...
  2873. *markMessageByDate.mnemonic:            D
  2874. *markMessageByDate.acceleratorText:        C
  2875. *markMessageByDate.documentationString:    \
  2876. Catch up in newsgroup and mark selected messages by date
  2877.  
  2878. *markMessageForLater.labelString:        for Later
  2879. *markMessageForLater.mnemonic:            L
  2880. *markMessageForLater.acceleratorText:    L
  2881. *markMessageForLater.documentationString:    \
  2882. Mark message to be read later
  2883. ! end Message/Mark Submenu
  2884.  
  2885. *menuBar*flagMessage.labelString:        Flag
  2886. *menuBar*flagMessage.mnemonic:            F
  2887. *flagMessage.documentationString: Flag selected messages
  2888.  
  2889. *menuBar*ignoreThread.labelString:        Ignore Thread
  2890. *menuBar*ignoreThread.mnemonic:            I
  2891. *menuBar*ignoreThread.acceleratorText:        K
  2892. *ignoreThread.documentationString: Ignore selected thread
  2893.  
  2894. *menuBar*ignoreCategory.labelString:    Ignore Category
  2895. *ignoreCategory.documentationString: Ignore selected category
  2896.  
  2897. *menuBar*watchThread.labelString:        Watch Thread
  2898. *menuBar*watchThread.mnemonic:            W
  2899. *menuBar*watchThread.acceleratorText:        W
  2900. *watchThread.documentationString:    \
  2901. Show when new messages arrive in this thread
  2902.  
  2903. ! override shared resources
  2904. *MailThread*mommy.tipString: Message Center
  2905. *MailMsg*mommy.tipString: Open Folder
  2906.  
  2907. *MailThread*menuBar*composeMessage.labelString: New Message
  2908. *MailThread*menuBar*composeMessage.mnemonic: M
  2909. *MailThread*menuBar*composeMessage.acceleratorText: Ctrl+M
  2910.  
  2911. !=============================
  2912. !  Insert Menu - Page Composer
  2913. !=============================
  2914.  
  2915. *menuBar*insert.labelString:                Insert
  2916. *menuBar.insertMenu.mnemonic:        I
  2917. *menuBar.insertMenu.fontList:        SGI_DYNAMIC ObliqueLabelFont
  2918. *menuBar*insertLink.labelString:                Link...
  2919. *menuBar*insertLink.mnemonic:                   L
  2920. *insertLink.documentationString:        Insert a link
  2921.  
  2922. *menuBar*insertTarget.labelString:              Target...
  2923. *menuBar*insertTarget.mnemonic:                 T
  2924. *insertTarget.documentationString:        Insert a target
  2925.  
  2926. *menuBar*insertImage.labelString:               Image...
  2927. *menuBar*insertImage.mnemonic:                  I
  2928. *insertImage.documentationString:        Insert an image
  2929.  
  2930. *insertTableMenu.labelString:                   Table
  2931. *insertTableMenu.mnemonic:                      e
  2932. *insertTableMenu.documentationString:    \
  2933. Insert table at current cursor location
  2934.  
  2935. *menuBar*insertHorizontalLine.labelString:      Horizontal Line...
  2936. *menuBar*insertHorizontalLine.mnemonic:         o
  2937. *insertHorizontalLine.documentationString:    \
  2938. Insert horizontal line
  2939.  
  2940. *menuBar*insertHtmlTag.labelString:             HTML Tag...
  2941. *menuBar*insertHtmlTag.mnemonic:                H
  2942. *insertHtmlTag.documentationString:    \
  2943. Insert an HTML tab
  2944.  
  2945. *menuBar*insertNewLineBreak.labelString:        New Line Break
  2946. *menuBar*insertNewLineBreak.mnemonic:           N
  2947. *menuBar*insertNewLineBreak.acceleratorText:    Shift+Return
  2948. *insertNewLineBreak.documentationString:    \
  2949. Insert a new link break at cursor location
  2950.  
  2951. *menuBar*insertBreakBelow.labelString:          Break below Image(s)
  2952. *menuBar*insertBreakBelow.mnemonic:             B
  2953. *insertBreakBelow.documentationString:    \
  2954. Insert break to continue text to the left and right 
  2955.  
  2956. *menuBar*insertNonBreaking.labelString:         Nonbreaking Space
  2957. *menuBar*insertNonBreaking.mnemonic:            S
  2958. *menuBar*insertNonBreaking.acceleratorText:     Shift+Space
  2959. *insertNonBreaking.documentationString:    \
  2960. Insert a non-breaking space character at cursor location 
  2961.  
  2962. !=============================
  2963. !  Format Menu - Page Composer
  2964. !=============================
  2965.  
  2966. *menuBar*formatMenu.labelString:            Format
  2967. *menuBar.formatMenu.mnemonic:        F
  2968. *menuBar.formatMenu.fontList:        SGI_DYNAMIC ObliqueLabelFont
  2969. *menuBar*fontStyleMenu.labelString:         Font
  2970. *menuBar*fontStyleMenu.mnemonic:            F
  2971. *fontStyleMenu.documentationString: Change the font face
  2972.  
  2973. *menuBar*characterSizeMenu.labelString:     Size
  2974. *menuBar*characterSizeMenu.mnemonic:        z
  2975.  
  2976. ! Format/Size Submenu
  2977. *setFontSizeMinusTwo.labelString:           -2
  2978. *setFontSizeMinusTwo.documentationString:    \
  2979. Set the relative font size to -2
  2980. *setFontSizeMinusOne.labelString:           -1
  2981. *setFontSizeMinusOne.documentationString:    \
  2982. Set the relative font size to -1
  2983. *setFontSizeZero.labelString:               +0
  2984. *setFontSizeZero.documentationString:        \
  2985. Set the relative font size to +0
  2986. *setFontSizePlusOne.labelString:            +1
  2987. *setFontSizePlusOne.documentationString:    \
  2988. Set the relative font size to +1
  2989. *setFontSizePlusTwo.labelString:            +2
  2990. *setFontSizePlusTwo.documentationString:    \
  2991. Set the relative font size to +2
  2992. *setFontSizePlusThree.labelString:          +3
  2993. *setFontSizePlusThree.documentationString:    \
  2994. Set the relative font size to +3
  2995. *setFontSizePlusFour.labelString:           +4
  2996. *setFontSizePlusFour.documentationString:    \
  2997. Set the relative font size to +4
  2998. *setFontSize.labelString:                   Default
  2999. *setFontSize.documentationString:            \
  3000. Set the relative font size to the default
  3001. ! end Format/Size Submenu
  3002.  
  3003. *menuBar*characterStyleMenu.labelString:    Style
  3004. *menuBar*characterStyleMenu.mnemonic:        S
  3005.  
  3006. ! Format/Style Submenu
  3007. *toggleCharacterStyleBold.labelString:            Bold
  3008. *toggleCharacterStyleBold.documentationString:    \
  3009. Set the style to Bold <Ctrl+B>
  3010. *toggleCharacterStyleItalic.labelString:        Italic
  3011. *toggleCharacterStyleItalic.documentationString:    \
  3012. Set the style to Italic <Ctrl+I>
  3013. *toggleCharacterStyleUnderline.labelString:        Underline
  3014. *toggleCharacterStyleUnderline.documentationString:    \
  3015. Set the style to Underline <Ctrl+U>
  3016. *toggleCharacterStyleFixed.labelString:            Fixed
  3017. *toggleCharacterStyleFixed.documentationString:    \
  3018. Set the style to Fixed
  3019. *toggleCharacterStyleSuperscript.labelString:    Superscript
  3020. *toggleCharacterStyleSuperscript.documentationString:    \
  3021. Set the style to Superscript
  3022. *toggleCharacterStyleSubscript.labelString:        Subscript
  3023. *toggleCharacterStyleSubscript.documentationString:    \
  3024. Set the style to Subscript
  3025. *toggleCharacterStyleStrikethrough.labelString:    Strikethrough
  3026. *toggleCharacterStyleStrikethrough.documentationString:    \
  3027. Set the style to Strikethrough
  3028. *toggleCharacterStyleBlink.labelString:            Blinking
  3029. *toggleCharacterStyleBlink.documentationString:    \
  3030. Set the style to Blink
  3031. ! end Format/Style Submenu
  3032.  
  3033. *menuBar*characterColorMenu.labelString:    Text Color
  3034. *menuBar*characterColorMenu.mnemonic:       C
  3035.  
  3036. *menuBar*setCharacterColor.labelString:     Text Color...
  3037. *menuBar*setCharacterColor.mnemonic:        C
  3038.  
  3039. *menuBar*clearAllStyles.labelString:        Remove All Styles
  3040. *menuBar*clearAllStyles.mnemonic:           r
  3041. *clearAllStyles.documentationString: Remove all character styles
  3042.  
  3043. *menuBar*setTableProperties.labelString:    Table Properties
  3044. *menuBar*setTableProperties.mnemonic:       T
  3045. *setTableProperties.documentationString: Change table properties
  3046.  
  3047. *menuBar*headingStyleMenu.labelString:      Heading
  3048. *menuBar*headingStyleMenu.mnemonic:         H
  3049.  
  3050. ! Format/Heading Submenu
  3051. *setParagraphStyleNormal.labelString:       Normal
  3052. *setParagraphStyleNormal.documentationString:    \
  3053. Set the style to Normal
  3054. *setParagraphStyleHeadingOne.labelString:   Heading 1
  3055. *setParagraphStyleHeadingOne.documentationString:    \
  3056. Set the style to heading 1
  3057. *setParagraphStyleHeadingTwo.labelString:   Heading 2
  3058. *setParagraphStyleHeadingTwo.documentationString:    \
  3059. Set the style to heading 2
  3060. *setParagraphStyleHeadingThree.labelString: Heading 3
  3061. *setParagraphStyleHeadingThree.documentationString:    \
  3062. Set the style to heading 3
  3063. *setParagraphStyleHeadingFour.labelString:  Heading 4
  3064. *setParagraphStyleHeadingFour.documentationString:    \
  3065. Set the style to heading 4
  3066. *setParagraphStyleHeadingFive.labelString:  Heading 5
  3067. *setParagraphStyleHeadingFive.documentationString:    \
  3068. Set the style to heading 5
  3069. *setParagraphStyleHeadingSix.labelString:   Heading 6
  3070. *setParagraphStyleHeadingSix.documentationString:    \
  3071. Set the style to heading 6
  3072. ! end Format/Heading Submenu
  3073.  
  3074. *menuBar*paragraphStyleMenu.labelString:    Paragraph
  3075. *menuBar*paragraphStyleMenu.mnemonic:       P
  3076.  
  3077. ! Format/Paragraph Style Submenu
  3078. *setParagraphStyleAddress.labelString:      Address
  3079. *setParagraphStyleAddress.documentationString:    \
  3080. Set the paragraph style to Address
  3081. *setParagraphStyleFormatted.labelString:    Formatted
  3082. *setParagraphStyleFormatted.documentationString:    \
  3083. Set the paragraph style to Formatted
  3084. *setParagraphStyleDescriptionTitle.labelString: Description Title
  3085. *setParagraphStyleDescriptionTitle.documentationString:    \
  3086. Set the paragraph style to Description Title
  3087. *setParagraphStyleDescriptionText.labelString: Description Text
  3088. *setParagraphStyleDescriptionText.documentationString:    \
  3089. Set the paragraph style to Description Text
  3090. ! end Format/Paragraph Style Submenu
  3091.  
  3092. *menuBar*listStyleMenu.labelString:         List
  3093. *menuBar*listStyleMenu.mnemonic:            L
  3094.  
  3095. ! Format/List Submenu
  3096. *setListStyleNone.labelString:              None
  3097. *setListStyleNone.documentationString:    \
  3098. Remove list style
  3099. *setListStyleBulleted.labelString:          Bulleted
  3100. *setListStyleBulleted.documentationString:    \
  3101. Insert bulletted list
  3102. *setListStyleNumbered.labelString:          Numbered
  3103. *setListStyleNumbered.documentationString:    \
  3104. Insert numbered list
  3105. ! end Format/List Submenu
  3106.  
  3107. *menuBar*indent.labelString:                Increase Indent
  3108. *menuBar*indent.mnemonic:                   I
  3109. *indent.documentationString:        Increase the indent one level
  3110.  
  3111. *menuBar*outdent.labelString:               Decrease Indent
  3112. *menuBar*outdent.mnemonic:                  D
  3113. *outdent.documentationString:        Decrease the indent one level
  3114.  
  3115. *menuBar*setObjectProperties.labelString:   Object Properties
  3116. *menuBar*setObjectProperties.mnemonic:      e
  3117. *setObjectProperties.documentationString:    \
  3118. Change selected object properties
  3119.  
  3120. *setPageProperties.labelString:     Page Colors and Properties
  3121. *setPageProperties.mnemonic:        g
  3122. *setPageProperties.documentationString:    \
  3123. Change page properties
  3124.  
  3125. *setSaveEncrypted.labelString:     Save Encrypted
  3126. *setSaveEncrypted.mnemonic:        E
  3127. *setSaveEncrypted.documentationString:    \
  3128. Save this File as a Pre-Encrypted File
  3129.  
  3130. *menuBar*alignmentStyleMenu.labelString:        Align
  3131. *menuBar*alignmentStyleMenu.mnemonic:            A
  3132.  
  3133. *setAlignmentStyleLeft.labelString:                Left
  3134. *setAlignmentStyleLeft.documentationString:    \
  3135. Left-justify the current paragraph
  3136. *setAlignmentStyleCenter.labelString:            Center
  3137. *setAlignmentStyleCenter.documentationString:    \
  3138. Center-justify the current paragraph
  3139. *setAlignmentStyleRight.labelString:            Right
  3140. *setAlignmentStyleRight.documentationString:    \
  3141. Right-justify the current paragraph
  3142.  
  3143. !============================
  3144. !  Tools Menu - Page Composer
  3145. !============================
  3146.  
  3147. *menuBar*toolsMenu.labelString:             Tools
  3148. *menuBar.toolsMenu.mnemonic:        T
  3149. *menuBar.toolsMenu.fontList:        SGI_DYNAMIC ObliqueLabelFont
  3150. *spellCheck.labelString:            Check Spelling...
  3151. *spellCheck.acceleratorText:        Ctrl+K
  3152. *spellCheck.mnemonic:            S
  3153. *spellCheck.tipString:              Check Spelling
  3154. *spellCheck.documentationString:    Check spelling errors in the page
  3155. *Composition*spellCheck.documentationString:    \
  3156. Check spelling errors in the message
  3157.  
  3158. !===================
  3159. !  Communicator Menu
  3160. !===================
  3161.  
  3162. *menuBar*openOrBringUpBrowser.labelString:        Navigator
  3163. *menuBar*openOrBringUpBrowser.mnemonic:            N
  3164. *menuBar*openOrBringUpBrowser.acceleratorText:    Ctrl+1
  3165. *openOrBringUpBrowser.documentationString:    \
  3166. Open a browser window
  3167.  
  3168. *menuBar*openInbox.labelString:                    Messenger
  3169. *menuBar*openInbox.mnemonic:                    M
  3170. *menuBar*openInbox.acceleratorText:                Ctrl+2
  3171. *openInbox.documentationString:    \
  3172. Open the mail window and get new messages
  3173.  
  3174. *menuBar*openNewsgroups.labelString:            Newsgroups
  3175. *menuBar*openNewsgroups.mnemonic:                g
  3176. !*menuBar*openNewsgroups.acceleratorText:        Ctrl+3
  3177. *openNewsgroups.documentationString:    \
  3178. Open the list of newsgroups
  3179.  
  3180. *menuBar*openEditor.labelString:                Composer
  3181. *menuBar*openEditor.mnemonic:                    C
  3182. *menuBar*openEditor.acceleratorText:            Ctrl+3
  3183. *openEditor.documentationString:    \
  3184. Open the web page editor
  3185.  
  3186. *menuBar*openConference.labelString:            Conference
  3187. *menuBar*openConference.mnemonic:                o
  3188. *menuBar*openConference.acceleratorText:        Ctrl+5
  3189. !*openConference.documentationString:    \
  3190. !Open the conferencing window
  3191.  
  3192. *menuBar*openCalendar.labelString:                Calendar
  3193. *menuBar*openCalendar.mnemonic:                    r
  3194. *menuBar*openCalendar.acceleratorText:            Ctrl+4
  3195. *openCalendar.documentationString:    \
  3196. Open the personal calendar window
  3197.  
  3198. *menuBar*openRadio.labelString:                    Radio
  3199. *menuBar*openRadio.mnemonic:                    d
  3200. *menuBar*openRadio.acceleratorText:                Ctrl+7
  3201. *openRadio.documentationString:    \
  3202. Open the radio player 
  3203.  
  3204. *menuBar*toggleTaskbarShowing.labelString:                Floating Component Bar
  3205. *menuBar*toggleTaskbarShowing.mnemonic:    C
  3206. *toggleTaskbarShowing.documentationString:    \
  3207. Show or hide the Component Bar
  3208.  
  3209. *menuBar*openFolders.labelString:                Message Center
  3210. *menuBar*openFolders.mnemonic:                    M
  3211. !*menuBar*openFolders.acceleratorText:            Ctrl+Shift+1
  3212. *openFolders.documentationString:    \
  3213. Open the mail folders and newsgroups window
  3214.  
  3215. *menuBar*openAddrBook.labelString:                Address Book
  3216. *menuBar*openAddrBook.mnemonic:                    A
  3217. *menuBar*openAddrBook.acceleratorText:            Ctrl+Shift+2
  3218. *openAddrBook.documentationString:    \
  3219. Open the address book
  3220.  
  3221. *menuBar*bookmarksSubmenu.labelString:            Bookmarks
  3222. *menuBar*bookmarksSubmenu.mnemonic:                B
  3223.  
  3224. *menuBar*toolsSubmenu.labelString:            Tools
  3225. *menuBar*toolsSubmenu.mnemonic:                T
  3226.  
  3227. *menuBar*serverToolsSubmenu.labelString:        Server Tools
  3228. *menuBar*serverToolsSubmenu.mnemonic:            S
  3229.  
  3230. ! Communicator/Bookmarks Submenu
  3231. *addBookmark.labelString:                        Add Bookmark
  3232. *addBookmark.mnemonic:                            A
  3233. !*addBookmark.acceleratorText:                    Ctrl+K
  3234. *addBookmark.documentationString:    \
  3235. Add the current page to the Bookmarks list
  3236.  
  3237. *menuBar*openBookmarks.labelString:                Edit Bookmarks...
  3238. *menuBar*openBookmarks.mnemonic:                E
  3239. !*menuBar*openBookmarks.acceleratorText:            Ctrl+B
  3240. *openBookmarks.documentationString:    \
  3241. Edit the Bookmarks list
  3242.  
  3243. *menuBar*fileBookmarksSubmenu.labelString:      File Bookmark
  3244. *menuBar*fileBookmarksSubmenu.mnemonic:            F
  3245. *fileBookmarksSubmenu.documentationString:    \
  3246. File the current page in a Bookmarks folder
  3247.  
  3248. *menuBar*placesSubmenu.labelString:                Guide
  3249. *menuBar*placesSubmenu.mnemonic:                G
  3250.  
  3251. ! Communicator/Bookmarks/Guide Submenu
  3252. *menuBar*inetIndex.labelString:        The Internet
  3253. *menuBar*inetIndex.mnemonic:        I
  3254.  
  3255. *menuBar*inetWhite.labelString:        People
  3256. *menuBar*inetWhite.mnemonic:        P
  3257.  
  3258. *menuBar*inetYellow.labelString:    Yellow Pages
  3259. *menuBar*inetYellow.mnemonic:        Y
  3260.  
  3261. *menuBar*whatsNew.labelString:        What's New?
  3262. *menuBar*whatsNew.mnemonic:            N
  3263.  
  3264. *menuBar*whatsCool.labelString:        What's Cool?
  3265. *menuBar*whatsCool.mnemonic:        C
  3266. ! end Communicator/Bookmarks/Guide Submenu
  3267.  
  3268. ! end Communicator/Bookmarks Submenu
  3269.  
  3270. *menuBar*openHistory.labelString:                History
  3271. *menuBar*openHistory.mnemonic:                    H
  3272. !*menuBar*openHistory.acceleratorText:            Ctrl+H
  3273. *openHistory.documentationString:        Open the history window
  3274.  
  3275. *menuBar*javaConsole.labelString:                Java Console
  3276. *menuBar*javaConsole.mnemonic:                    J
  3277. *javaConsole.documentationString:        Open the Java Console
  3278.  
  3279. *menuBar*viewSecurity.labelString:                Security Info
  3280. *menuBar*viewSecurity.mnemonic:                    S
  3281. !*menuBar*viewSecurity.acceleratorText:            Ctrl+Shift+I
  3282. *viewSecurity.documentationString:    \
  3283. Show security information for this page
  3284.  
  3285. ! Communicator/Server Tools Submenu
  3286. *menuBar*manageMailingList.labelString:        Mailing Lists
  3287. *menuBar*manageMailingList.mnemonic:        L
  3288.  
  3289. *managePublicFolders.labelString:    Folder Permissions
  3290. *managePublicFolders.mnemonic:        F
  3291.  
  3292. ! end Communicator/Bookmarks Submenu
  3293.  
  3294. !===========
  3295. !  Help Menu
  3296. !===========
  3297.  
  3298. *menuBar*manual.labelString:    Help Contents
  3299. *menuBar*manual.mnemonic:        H
  3300. *manual.documentationString: Help manual
  3301.  
  3302. *menuBar*relnotes.labelString:        Release Notes
  3303. *menuBar*relnotes.mnemonic:        R
  3304. *relnotes.documentationString:    \
  3305. Information about the version of Communicator you are running
  3306.  
  3307. *menuBar*productInfo.labelString:    Product Support & Info
  3308. *productInfo.documentationString:    \
  3309. Product support and information
  3310.  
  3311. *menuBar*feedback.labelString:        How to Give Feedback
  3312. *menuBar*feedback.mnemonic:        G
  3313. *feedback.documentationString:    \
  3314. Instructions on how to give feedback about Netscape
  3315.  
  3316. *menuBar*intl.labelString:            For International Users
  3317. *intl.documentationString:    \
  3318. Information on running Netscape for international users
  3319.  
  3320. *menuBar*aboutSecurity.labelString:    On Security
  3321. *menuBar*aboutSecurity.mnemonic:    O
  3322. *aboutSecurity.documentationString:    \
  3323. Information regarding security on the Internet
  3324.  
  3325. *menuBar*registration.labelString:    Register Now
  3326. *menuBar*registration.mnemonic:        I
  3327. *registration.documentationString:    \
  3328. Product registration
  3329.  
  3330. *menuBar*upgrade.labelString:        Software
  3331. *menuBar*upgrade.mnemonic:        t
  3332. *upgrade.documentationString:    \
  3333. Download Netscape software and upgrades
  3334.  
  3335. *menuBar*services.labelString:        Netscape Direct
  3336.  
  3337. *menuBar*aboutUsenet.labelString:    Netiquette
  3338.  
  3339. *menuBar*aboutplugins.labelString:    About Plug-ins
  3340. *menuBar*aboutplugins.mnemonic:        P
  3341. *aboutplugins.documentationString:    \
  3342. Information about your plug-ins
  3343.  
  3344. *menuBar*aboutfonts.labelString:    About Font Displayers
  3345. *menuBar*aboutfonts.mnemonic:        D
  3346.  
  3347. *menuBar*about.labelString:        About Communicator
  3348. *menuBar*aboutLite.labelString:        About Navigator
  3349. *menuBar*about.mnemonic:        A
  3350. *about.documentationString:    \
  3351. Show product information, version number, and copyright
  3352.  
  3353. !==============
  3354. !  end of menus
  3355. !==============
  3356.  
  3357. ! Leftovers, old, and duplicates...
  3358.  
  3359. *viewMailFilter.labelString:                Mail Filters
  3360.  
  3361. ! Mail filter stuff
  3362.  
  3363. *filterDialog.dialogTitle:                Message Filters
  3364. *filterDialog*form*orderBox*orderLabel.labelString:    Filter\norder
  3365. *filterDialog*form*newFilter.labelString:        New...
  3366. *filterDialog*form*newFilter.mnemonic:            N
  3367. *filterDialog*form*editFilter.labelString:        Edit...
  3368. *filterDialog*form*editFilter.mnemonic:            E
  3369. *filterDialog*form*delFilter.labelString:        Delete
  3370. *filterDialog*form*delFilter.mnemonic:            D
  3371. *filterDialog*form*javaScript.labelString:        Java Script
  3372. *filterDialog*form*logbtn.labelString:            Log filter use
  3373. *filterDialog*form*logbtn.mnemonic:                L
  3374. *filterDialog*form*viewLog.labelString:            View Log
  3375. *filterDialog*form*viewLog.mnemonic:            V
  3376. *filterDialog*form*okbtn.labelString:            OK
  3377. *filterDialog*form*cancelbtn.labelString:        Cancel
  3378. *filterDialog*form*onserver.labelString:        Filters on Server...
  3379. *filterDialog*form*dropdownLabel.labelString:       Filters for:
  3380. *filterDialog*form*outlinerLabel.labelString:\
  3381. Filters will be applied in the following order:
  3382. *filterDialog*form*frameTitle.labelString:                Description
  3383.  
  3384. *editFilterDialog.dialogTitle:    Filter Rules
  3385. *editFilterDialog*filterLabel.labelString:    Filter Name:
  3386. *editFilterDialog*criteriaFrameTitle.labelString:    Filter Criteria
  3387. *editFilterDialog*actionFrameTitle.labelString:    Filter Action
  3388.  
  3389. *editFilterDialog*scriptokbtn.labelString: OK
  3390. *editFilterDialog*scriptokbtn.alignment: ALIGNMENT_CENTER
  3391. *editFilterDialog*scriptcancelbtn.labelString: Cancel
  3392. *editFilterDialog*scriptcancelbtn.alignment: ALIGNMENT_CENTER
  3393. *editFilterDialog*scripteditbtn.labelString: Edit Script
  3394. *editFilterDialog*scripteditbtn.alignment: ALIGNMENT_CENTER
  3395.  
  3396. *editFilterDialog*editContainer*commandGrp*more.labelString:     More
  3397. *editFilterDialog*editContainer*commandGrp*more.mnemonic:        M
  3398. *editFilterDialog*editContainer*commandGrp*fewer.labelString:     Fewer
  3399. *editFilterDialog*editContainer*commandGrp*fewer.mnemonic:    F
  3400. *editFilterDialog*editContainer*despLabel.labelString: Description:
  3401. *editFilterDialog*editContainer*okbtn.labelString: OK
  3402. *editFilterDialog*editContainer*cancelbtn.labelString: Cancel
  3403. *editFilterDialog*newFolder.labelString:     New Folder...
  3404. *editFilterDialog*newFolder.mnemonic:         F
  3405. *editHdrBtn.labelString: Customize Headers...
  3406.  
  3407. ! The Edit headers dialog, for search and filter:
  3408. *editHdrDialog.title: Customize Headers
  3409. *editHdrDialog*editHdrLabel.labelString: Customize the message headers that you\ncan search for and filter on.
  3410. *editHdrDialog*new.labelString: New
  3411. *editHdrDialog*edit.labelString: Edit
  3412. *editHdrDialog*delete.labelString: Delete
  3413.  
  3414. ! The New Folder dialog:
  3415. *newFolderDialog*dialogTitle: New Folder
  3416. *newFolderDialog*name.labelString: Name:
  3417. *newFolderDialog*subFolderOf.labelString: Create as a subfolder of:
  3418. *newFolderDialog*folderTypeLabel.labelString: \
  3419. This server restricts the contents of folders.\n\
  3420. What will this folder contain?
  3421. *newFolderDialog*foldersOnly.labelString: Folders only.
  3422. *newFolderDialog*messagesOnly.labelString: Messages only.
  3423.  
  3424.  
  3425. !=============================================================================
  3426. ! MailCompose menubar
  3427. !=============================================================================
  3428.  
  3429. ! Don't limit these to just menubars or else they won't show up
  3430. ! in popups.
  3431. *setPriority.labelString:            Priority    
  3432.  
  3433. *messageActionAskUser.labelString:        Ask Me
  3434. *messageActionText.labelString:            Text
  3435. *messageActionHTML.labelString:            HTML
  3436. *messageActionTextAndHTML.labelString:        Text and HTML
  3437.  
  3438. *attachFile.labelString:            File...
  3439. *attachFile.mnemonic:                F
  3440. *attachWebPage.labelString:            Web Page...
  3441. *attachWebPage.mnemonic:            W
  3442. *deleteAttachment.labelString:            Delete Attachment
  3443. *deleteAttachment.mnemonic:            D
  3444. *attachAddressBookCard.labelString:        Personal Card (vCard)
  3445. *attachAddressBookCard.mnemonic:        A
  3446.  
  3447. ! Edit Menu
  3448. *menuBar*undoNull.labelString:              Nothing to Undo
  3449. *menuBar*undoTyping.labelString:            Undo Typing
  3450. *menuBar*undoAddText.labelString:           Undo Add Text
  3451. *menuBar*undoDeleteText.labelString:        Undo Delete Text
  3452. *menuBar*undoCut.labelString:               Undo Cut
  3453. *menuBar*undoPasteText.labelString:         Undo Paste Text
  3454. *menuBar*undoPasteHTML.labelString:         Undo Paste HTML
  3455. *menuBar*undoPasteHREF.labelString:         Undo Paste HREF
  3456. *menuBar*undoChangeAttributes.labelString:  Undo Change Attributes
  3457. *menuBar*undoIndent.labelString:            Undo Indent
  3458. *menuBar*undoParagraphAlign.labelString:    Undo Align Paragraph
  3459. *menuBar*undoMorphContainer.labelString:    Undo Change Paragraph Style
  3460. *menuBar*undoInsertHorizRule.labelString:   Undo Insert Horizontal Rule
  3461. *menuBar*undoSetHorizRuleData.labelString:  Undo Set Horizontal Rule Data
  3462. *menuBar*undoInsertImage.labelString:       Undo Insert Image
  3463. *menuBar*undoSetImageData.labelString:      Undo Set Image Data
  3464. *menuBar*undoInsertBreak.labelString:       Undo Insert Break
  3465. *menuBar*undoChangePageData.labelString:    Undo Change Page Data
  3466. *menuBar*undoSetMetaData.labelString:       Undo Set Meta Data
  3467. *menuBar*undoDeleteMetaData.labelString:    Undo Delete Meta Data
  3468. *menuBar*undoInsertTarget.labelString:      Undo Insert Target
  3469. *menuBar*undoSetTargetData.labelString:     Undo Set Target Data
  3470. *menuBar*undoInsertUnknownTag.labelString:  Undo Unknown Tag
  3471. *menuBar*undoSetUnknownTagData.labelString: Undo Set Unknown Tag Data
  3472. *menuBar*undoGroupOfChanges.labelString:    Undo Changes
  3473. *menuBar*undoSetListData.labelString:       Undo Set List Data
  3474. *menuBar*undoInsertTable.labelString:        Undo Insert Table
  3475. *menuBar*undoDeleteTable.labelString:        Undo Delete Table
  3476. *menuBar*undoSetTableData.labelString:        Undo Set Table Data
  3477. *menuBar*undoInsertTableCaption.labelString: Undo Insert Caption
  3478. *menuBar*undoSetTableCaptionData.labelString: Undo Set Caption Data
  3479. *menuBar*undoDeleteTableCaption.labelString: Undo Delete Caption
  3480. *menuBar*undoInsertTableRow.labelString:    Undo Insert Row
  3481. *menuBar*undoSetTableRowData.labelString:    Undo Set Row Data
  3482. *menuBar*undoDeleteTableRow.labelString:    Undo Delete Row
  3483. *menuBar*undoInsertTableColumn.labelString: Undo Insert Column
  3484. *menuBar*undoSetTableCellData.labelString:    Undo Set Cell Data
  3485. *menuBar*undoDeleteTableColumn.labelString: Undo Delete Column
  3486. *menuBar*undoInsertTableCell.labelString:    Undo Insert Cell
  3487. *menuBar*undoDeleteTableCell.labelString:    Undo Delete Cell
  3488.  
  3489. *menuBar*redoNull.labelString:              Nothing to Redo
  3490. *menuBar*redoTyping.labelString:            Redo Typing
  3491. *menuBar*redoAddText.labelString:           Redo Add Text
  3492. *menuBar*redoDeleteText.labelString:        Redo Delete Text
  3493. *menuBar*redoCut.labelString:               Redo Cut
  3494. *menuBar*redoPasteText.labelString:         Redo Paste Text
  3495. *menuBar*redoPasteHTML.labelString:         Redo Paste HTML
  3496. *menuBar*redoPasteHREF.labelString:         Redo Paste HREF
  3497. *menuBar*redoChangeAttributes.labelString:  Redo Change Attributes
  3498. *menuBar*redoIndent.labelString:            Redo Indent
  3499. *menuBar*redoParagraphAlign.labelString:    Redo Align Paragraph
  3500. *menuBar*redoMorphContainer.labelString:    Redo Change Paragraph Style
  3501. *menuBar*redoInsertHorizRule.labelString:   Redo Insert Horizontal Rule
  3502. *menuBar*redoSetHorizRuleData.labelString:  Redo Set Horizontal Rule Data
  3503. *menuBar*redoInsertImage.labelString:       Redo Insert Image
  3504. *menuBar*redoSetImageData.labelString:      Redo Set Image Data
  3505. *menuBar*redoInsertBreak.labelString:       Redo Insert Break
  3506. *menuBar*redoChangePageData.labelString:    Redo Change Page Data
  3507. *menuBar*redoSetMetaData.labelString:       Redo Set Meta Data
  3508. *menuBar*redoDeleteMetaData.labelString:    Redo Delete Meta Data
  3509. *menuBar*redoInsertTarget.labelString:      Redo Insert Target
  3510. *menuBar*redoSetTargetData.labelString:     Redo Set Target Data
  3511. *menuBar*redoInsertUnknownTag.labelString:  Redo Unknown Tag
  3512. *menuBar*redoSetUnknownTagData.labelString: Redo Set Unknown Tag Data
  3513. *menuBar*redoGroupOfChanges.labelString:    Redo Changes
  3514. *menuBar*redoSetListData.labelString:       Redo Set List Data
  3515. *menuBar*redoInsertTable.labelString:        Redo Insert Table
  3516. *menuBar*redoDeleteTable.labelString:        Redo Delete Table
  3517. *menuBar*redoSetTableData.labelString:        Redo Set Table Data
  3518. *menuBar*redoInsertTableCaption.labelString: Redo Insert Caption
  3519. *menuBar*redoSetTableCaptionData.labelString: Redo Set Caption Data
  3520. *menuBar*redoDeleteTableCaption.labelString: Redo Delete Caption
  3521. *menuBar*redoInsertTableRow.labelString:    Redo Insert Row
  3522. *menuBar*redoSetTableRowData.labelString:    Redo Set Row Data
  3523. *menuBar*redoDeleteTableRow.labelString:    Redo Delete Row
  3524. *menuBar*redoInsertTableColumn.labelString: Redo Insert Column
  3525. *menuBar*redoSetTableCellData.labelString:    Redo Set Cell Data
  3526. *menuBar*redoDeleteTableColumn.labelString: Redo Delete Column
  3527. *menuBar*redoInsertTableCell.labelString:    Redo Insert Cell
  3528. *menuBar*redoDeleteTableCell.labelString:    Redo Delete Cell
  3529. ! new
  3530.  
  3531.  
  3532. ! View Menu
  3533. *Editor*menuBar*source.labelString:                View Document Source
  3534. *Editor*menuBar*source.mnemonic:                S
  3535. *menuBar*editSource.labelString:            Edit Document Source
  3536. *menuBar*editSource.mnemonic:                    E
  3537. *menuBar*paragraphMarks.labelString:        Display Paragraph Marks
  3538. *menuBar*paragraphMarks.mnemonic:                P
  3539. !*displayTableBoundaries.labelString:           Display Table Boundaries
  3540. *displayTables.labelString:                     Display Tables
  3541. *displayTables.mnemonic:                        T
  3542. ! new
  3543. *menuBar*toggleComposeToolbar.labelString:        Compose Toolbar
  3544. *menuBar*toggleComposeToolbar.mnemonic:            C
  3545. *menuBar*toggleFormatToolbar.mnemonic:            F
  3546. *menuBar*toggleFormatToolbar.labelString:        Formatting Toolbar
  3547. *menuBar*toggleTableBorders.labelString:        Table Borders
  3548. *menuBar*toggleTableBorders.mnemonic:            B
  3549.  
  3550. ! Insert Menu
  3551. ! new
  3552. *menuBar*insertMenu.labelString:                Insert
  3553. *menuBar*insertListMenu.labelString:            List
  3554. *menuBar*insertBulletedList.labelString:        Bulleted List
  3555. *menuBar*insertNumberedList.labelString:        Numbered List
  3556. *insertTableRow.labelString:                    Row
  3557. *insertTableRow.mnemonic:                       R
  3558. *insertTableRow.documentationString:            Insert a new row in the table
  3559. *insertTableColumn.labelString:                 Column
  3560. *insertTableColumn.mnemonic:                    o
  3561. *insertTableColumn.documentationString:        Insert a new column in the table
  3562. *insertTableCell.labelString:                   Cell
  3563. *insertTableCell.mnemonic:                      C
  3564. *insertTableCell.documentationString:           Insert a new cell in the table
  3565.  
  3566. *insertHtml.labelString:                        HTML Tag...
  3567. *insertHtml.mnemonic:                           H
  3568. *insertHtml.documentationString:                \
  3569. Insert an arbitrary HTML Tag at the insertion location
  3570. *insertNonBreakingSpace.labelString:            Non-breaking Space
  3571. *insertNonBreakingSpace.mnemonic:               S
  3572. *insertBreakBelowImage.labelString:             Break below Image(s)
  3573. *insertBreakBelowImage.mnemonic:                B
  3574. *insertLineBreak.labelString:                   New Line Break
  3575. *insertLineBreak.mnemonic:                      L
  3576.  
  3577. ! Insert/Tables pullaside.
  3578. *insertTable.labelString:                    Table...
  3579. *insertTable.mnemonic:                          T
  3580. *insertRow.labelString:                         Row
  3581. *insertRow.mnemonic:                            R
  3582. *insertColumn.labelString:                      Column
  3583. *insertColumn.mnemonic:                         o
  3584. *insertCell.labelString:                        Cell
  3585. *insertCell.mnemonic:                           C
  3586.  
  3587. ! new
  3588. ! Format Menu
  3589. ! Properties Menu
  3590. *menuBar*properties.labelString:            Properties
  3591. *menuBar*textProperties.labelString:        Character Properties
  3592. *menuBar*textProperties.mnemonic:        e
  3593. *menuBar*linkProperties.labelString:        Link Properties
  3594. *menuBar*linkProperties.mnemonic:        L
  3595. *menuBar*imageProperties.labelString:        Image Properties
  3596. *menuBar*imageProperties.mnemonic:        I
  3597. *menuBar*targetProperties.labelString:        Target Properties
  3598. *menuBar*targetProperties.mnemonic:        a
  3599. *menuBar*tableProperties.labelString:        Table Properties
  3600. *menuBar*tableProperties.mnemonic:        T
  3601. *menuBar*hruleProperties.labelString:        Horizontal Line Properties
  3602. *menuBar*hruleProperties.mnemonic:        o
  3603. *menuBar*tagProperties.labelString:            HTML Tag Properties
  3604. *menuBar*tagProperties.mnemonic:        H
  3605. *menuBar*documentProperties.labelString:    Document Properties
  3606. *menuBar*documentProperties.mnemonic:   D
  3607.  
  3608. ! Properties Character Pullaside
  3609. *charProperties.labelString:                Character
  3610. *charProperties.mnemonic:                C
  3611. *charProperties.bold.labelString:            Bold
  3612. *charProperties.bold.acceleratorText:    Ctrl+B
  3613. *charProperties.bold.mnemonic:            B
  3614. *charProperties.underline.labelString:    Underline
  3615. *charProperties.underline.acceleratorText:    Ctrl+U
  3616. *charProperties.underline.mnemonic:        U
  3617. *charProperties.italic.labelString:            Italic
  3618. *charProperties.italic.acceleratorText:    Ctrl+I
  3619. *charProperties.italic.mnemonic:        I
  3620. *charProperties.fixed.labelString:            Fixed Width
  3621. *charProperties.fixed.acceleratorText:    Ctrl+T
  3622. *charProperties.fixed.mnemonic:            F
  3623. *charProperties.superscript.labelString:    Superscript
  3624. *charProperties.superscript.mnemonic:    p
  3625. *charProperties.subscript.labelString:        Subscript
  3626. *charProperties.subscript.mnemonic:        S
  3627. *charProperties.strikethrough.labelString:    Strikethrough
  3628. *charProperties.strikethrough.mnemonic:    t
  3629. *charProperties.blink.labelString:            Blinking
  3630. *charProperties.blink.mnemonic:         k
  3631. *charProperties.textColor.labelString:        Text Color...
  3632. *charProperties.textColor.mnemonic:        C
  3633. *charProperties.defaultColor.labelString:    Default Color
  3634. *charProperties.defaultColor.mnemonic:    D
  3635. *charProperties.serverJavaScript.labelString: JavaScript (Server)
  3636. *charProperties.serverJavaScript.mnemonic: J
  3637. *charProperties.clientJavaScript.labelString: JavaScript (Client)
  3638. *charProperties.clientJavaScript.mnemonic: v
  3639. *menuBar*charProperties.clearAllStyles.labelString:    Clear All Styles <Ctrl+K>
  3640. *menuBar*charProperties.clearAllStyles.acceleratorText:    Ctrl+K
  3641. *menuBar*charProperties.clearAllStyles.mnemonic:    a
  3642. *menuBar*fontSize.labelString:                        Font Size
  3643. *menuBar*fontSize.mnemonic:                S
  3644. *menuBar*paragraphProperties.labelString:            Paragraph
  3645. *menuBar*paragraphProperties.mnemonic:        P
  3646. *menuBar*paragraphProperties.indent.labelString:    Indent one level
  3647. *menuBar*paragraphProperties.indent.acceleratorText:    Tab
  3648. *menuBar*paragraphProperties.indent.mnemonic:           I
  3649. *menuBar*paragraphProperties.outdent.labelString:    Remove one indent level
  3650. *menuBar*paragraphProperties.outdent.acceleratorText:    Shift+Tab
  3651. *menuBar*paragraphProperties.outdent.mnemonic:          R
  3652.  
  3653. ! Properties Font Size PullAside/Toolbar Font Size Popup.
  3654. *characterToolbar*fontSize.marginWidth:                0
  3655. *characterToolbar*fontSize.marginHeight:            0
  3656. *composeToolbar*fontSize.marginWidth:                0
  3657. *composeToolbar*fontSize.marginHeight:                0
  3658. *fontSize.XmPushButtonGadget.labelType: STRING
  3659. *fontSize.minusTwo.labelString:                     -2
  3660. *fontSize.minusOne.labelString:                     -1
  3661. *fontSize.plusZero.labelString:                      +0
  3662. *fontSize.plusZero.mnemonic:                 0
  3663. *fontSize.plusOne.labelString:                      +1
  3664. *fontSize.plusOne.mnemonic:                  1
  3665. *fontSize.plusTwo.labelString:                      +2 
  3666. *fontSize.plusTwo.mnemonic:                  2
  3667. *fontSize.plusThree.labelString:                    +3
  3668. *fontSize.plusThree.mnemonic:                3
  3669. *fontSize.plusFour.labelString:                     +4
  3670. *fontSize.plusFour.mnemonic:                 4
  3671.  
  3672. ! Properties Paragraph PullAside/Toolbar Properties Popup.
  3673. *composeToolbar*paragraphProperties.marginWidth:    0
  3674. *composeToolbar*paragraphProperties.marginHeight:    0
  3675. *paragraphProperties.XmPushButtonGadget.labelType:    STRING
  3676. *normal.labelString:              Normal
  3677. *normal.mnemonic:                N
  3678. *headingOne.labelString:        Heading 1
  3679. *headingOne.mnemonic:            1
  3680. *headingTwo.labelString:        Heading 2
  3681. *headingTwo.mnemonic:            2
  3682. *headingThree.labelString:        Heading 3
  3683. *headingThree.mnemonic:            3
  3684. *headingFour.labelString:        Heading 4
  3685. *headingFour.mnemonic:            4
  3686. *headingFive.labelString:        Heading 5
  3687. *headingFive.mnemonic:            5
  3688. *headingSix.labelString:        Heading 6
  3689. *headingSix.mnemonic:            6
  3690. *address.labelString:            Address
  3691. *address.mnemonic:                A
  3692. *formatted.labelString:            Formatted
  3693. *formatted.mnemonic:            F
  3694. *listItem.labelString:            List Item
  3695. *listItem.mnemonic:                L
  3696. *descriptionItem.labelString:    Description Title
  3697. *descriptionItem.mnemonic:        T
  3698. *descriptionText.labelString:    Description Text
  3699. *descriptionText.mnemonic:        x
  3700.  
  3701. ! Tools menu
  3702. ! Options Menu
  3703. *menuBar*editorPrefs.labelString:    Editor Preferences...
  3704. *menuBar*editorPrefs.mnemonic:        E
  3705. *Editor*menuBar*showToolbar.labelString:    Show File/Edit Toolbar
  3706. *Editor*menuBar*showToolbar.mnemonic:    T
  3707. *menuBar*showCharacter.labelString:    Show Character Toolbar
  3708. *menuBar*showCharacter.mnemonic:    C
  3709. *menuBar*showParagraph.labelString:    Show Paragraph Toolbar
  3710. *menuBar*showParagraph.mnemonic:    P
  3711.  
  3712. ! Windows Menu
  3713. *menuBar*netBrowser.labelString:    Netscape Browser
  3714.  
  3715. !=============
  3716. !  Popup Menus
  3717. !=============
  3718.  
  3719. !this comes up when you right click on a person in the address book
  3720. !so it should say "New Message" and not "Message"
  3721. *popup*composeMessage.labelString:    New Message
  3722. !
  3723. *popup*viewProperties.labelString:       Properties
  3724. *popup*viewProperties.mnemonic:           s
  3725. !
  3726. *popup*abDelete.labelString:        Delete
  3727. *popup*abDelete.mnemonic:            D
  3728. *popup*abDelete.acceleratorText:     Ctrl+D
  3729. !
  3730. *popup*abDeleteAllEntries.labelString:        Delete From All Lists
  3731. !
  3732. *popup*addToAddressBook.labelString:     New Card...
  3733. *popup*addToAddressBook.mnemonic:         w
  3734. *popup*abNewList.labelString:           New List...
  3735. *popup*abNewList.mnemonic:                L
  3736. !
  3737. *popup*saveMessagesAs.labelString:      Save As...
  3738. *popup*saveMessagesAs.mnemonic:         S
  3739. *popup*saveMessagesAs.acceleratorText:  Ctrl+S
  3740.  
  3741. ! These are std Mail folder names.
  3742. *popup*sentMail.labelString:                Sent
  3743. *popup*sentMail.mnemonic:                S
  3744.  
  3745. *popup*inbox.labelString:                Inbox
  3746. *popup*inbox.mnemonic:                    I
  3747.  
  3748. *popup*trash.labelString:                Trash
  3749. *popup*trash.mnemonic:                    T
  3750.  
  3751. *popup*newFolder.labelString:                New...
  3752. *popup*newFolder.mnemonic:                N
  3753.  
  3754. ! A few Message Center popups:
  3755. *popup*openFolder.labelString:  Open
  3756. *popup*openFolderInNew.labelString:  Open in New Window
  3757. *popup*deleteFolder.labelString:     Delete
  3758. *popup*renameFolder.labelString:     Rename...
  3759. *popup*compactFolder.labelString:     Compact
  3760. *popup*subscribeFolder.labelString:     Subscribe...
  3761. *popup*unsubscribeFolder.labelString:     Unsubscribe
  3762.  
  3763. *popup*search.labelString:        Search Messages
  3764. *popup*search.labelString:        Search Messages
  3765. *popup*openNewsgroups.labelString:    Open Newsgroups
  3766. *popup*markNewsgroupsRead.labelString:    Mark Newsgroup Read
  3767. *popup*updateMessageCount.labelString:    Update Message Count
  3768.  
  3769. ! These are only in the threads window popup:
  3770. *popup*ignoreThread.labelString:    Ignore Thread
  3771. *popup*ignoreThread.mnemonic:        I
  3772. *popup*watchThread.labelString:        Watch Thread
  3773. *popup*watchThread.mnemonic:        W
  3774. *popup*changePriority.labelString:    Change Priority
  3775. *popup*openSelected.labelString:    Open Message
  3776. *popup*openMsgInNew.labelString:    Open Message in New Window
  3777. *popup*editMsg.labelString:            Edit Message
  3778. *popup*addSenderToAddressBook.labelString:    Add to Address Book
  3779.  
  3780. ! the Mail Message window popup:
  3781. ! many of these don't actually get there because they're
  3782. ! overridden by the backend's allxpstr.h defs.
  3783. *popup*replyToSender.labelString:    Reply To Sender Only
  3784. *popup*replyToSender.mnemonic:        R
  3785. *popup*replyToAll.labelString:        Reply To Sender and All
  3786. *popup*replyToAll.mnemonic:        A
  3787. *popup*replyToNewsgroup.labelString:        Reply To Newsgroup
  3788.  
  3789. *toolBar*popup_PopupMenu.PopupMenu.replyToSender.labelString: to Sender Only
  3790. *toolBar*popup_PopupMenu.PopupMenu.replyToNewsgroup.labelString: to Newsgroup
  3791.  
  3792. *popup*replyToSenderAndNewsgroup.labelString:        Reply To Sender and Newsgroup
  3793. *popup*forwardMessage.labelString:    Forward
  3794. *popup*forwardMessage.mnemonic:        a
  3795. *popup*forwardMessageQuoted.labelString:    Forward Quoted
  3796. *popup*forwardMessage.mnemonic:        Q
  3797. *popup*forwardMessageInLine.labelString:    Forward Inline
  3798. *popup*forwardMessageInLine.mnemonic:    l
  3799. ! "Recipients"?  What does that do?  It's in the spec.
  3800.  
  3801.  
  3802. *popup*addToAddrBkSubmenu.labelString:    Add to Address Book
  3803. *popup*addToABSubmenu.labelString:    Add to Address Book
  3804. *popup*addSenderToAddrBk.labelString:    Sender
  3805. *popup*addAllToAddrBk.labelString:    All
  3806.  
  3807. *popup*fileSubmenu.labelString:        Move Message
  3808. *popup*deleteMessage.labelString:    Delete Message
  3809. *popup*deleteMessage.mnemonic:        D
  3810. *popup*saveMessage.labelString:        Save Message
  3811. *popup*saveMessage.mnemonic:        v
  3812. *popup*print.labelString:        Print Message...
  3813. *popup*print.mnemonic:            P
  3814.  
  3815. ! Editor Popup Menu
  3816. *popup*textProperties.labelString:      Character Properties
  3817. *popup*textProperties.mnemonic:         x
  3818. *popup*targetProperties.labelString:    Target Properties
  3819. *popup*targetProperties.mnemonic:       a
  3820. *popup*imageProperties.labelString:     Image Properties
  3821. *popup*imageProperties.mnemonic:        I
  3822. *popup*tableProperties.labelString:     Table Properties
  3823. *popup*tableProperties.mnemonic:        T
  3824. *popup*hruleProperties.labelString:     Horizontal Line Properties
  3825. *popup*hruleProperties.mnemonic:        o
  3826. *popup*tagProperties.labelString:       HTML Tag Properties
  3827. *popup*tagProperties.mnemonic:          H
  3828. *popup*paragraphProperties.labelString: Paragraph Properties
  3829. *popup*paragraphProperties.mnemonic:    g
  3830. *popup*documentProperties.labelString:  Document Properties
  3831. *popup*documentProperties.mnemonic:     D
  3832. *popup*insert.labelString:              Insert
  3833. *popup*insert.mnemonic:                 s
  3834. *popup*insertLink.labelString:          Insert Link...
  3835. *popup*insertLink.mnemonic:             n
  3836. *popup*linkProperties.labelString:      Link Properties
  3837. *popup*linkProperties.mnemonic:         n
  3838. *popup*browseLink.labelString:          Open Link in Browser...
  3839. *popup*browseLink.mnemonic:             w
  3840. *popup*browseToLink.labelString:        Browse to: (%s)
  3841. *popup*editLink.labelString:            Open Link in Editor...
  3842. *popup*editLink.mnemonic:               E
  3843. *popup*bookmarkLink.labelString:        Add Link to Bookmarks
  3844. *popup*bookmarkLink.mnemonic:           B
  3845. *popup*copyLink.labelString:            Copy Link Location
  3846. *popup*copyLink.mnemonic:               k
  3847. *popup*removeLink.labelString:          Remove Link
  3848. *popup*removeLink.mnemonic:             R
  3849.  
  3850. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3851. ! Editor toolbar (submenu).
  3852. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3853. *toolBar*newBlank.labelString:          Blank Page
  3854. *toolBar*newTemplate.labelString:       New From Template
  3855. *toolBar*newWizard.labelString:         New From Wizard
  3856. *toolBar*openPage.labelString:          Open Page...
  3857. *toolBar*save.labelString:              Save
  3858. *toolBar*saveAs.labelString:            Save As...
  3859. *toolBar*publish.labelString:           Publish
  3860. *toolBar*sendPage.labelString:          Send Page
  3861.  
  3862. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3863. ! Editor toolbar (text only).
  3864. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3865. *toolBar.editDocument.labelString:      Edit
  3866. *toolBar.editorNewBlank.labelString:    New
  3867. *toolBar.editorOpenFile.labelString:    Open...
  3868. *toolBar.save.labelString:              Save
  3869. *toolBar.editorBrowse.labelString:      Browse
  3870. *toolBar.cut.labelString:        Cut
  3871. *toolBar.copy.labelString:        Copy
  3872. *toolBar.paste.labelString:        Paste
  3873. *toolBar.publish.labelString:        Publish
  3874. ! new
  3875. *toolBar.newBlank.labelString:          New
  3876. *newBlank.tipString:                New Page
  3877. *toolBar.openPage.labelString:          Open
  3878. *toolBar.browsePage.labelString:        Browse
  3879. *toolBar.findInObject.labelString:      Find
  3880. *toolBar.insertLink.labelString:        Link
  3881. *toolBar.insertTarget.labelString:      Target
  3882. *toolBar.insertImage.labelString:       Image
  3883. *toolBar.insertHorizontalLine.labelString: Line
  3884. *toolBar.insertTable.labelString:       Table
  3885. *toolBar.spellCheck.labelString:        Spelling
  3886.  
  3887. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3888. ! Editor dialogs.
  3889. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3890. *textPropertiesDialog_popup.title:            Netscape: Properties
  3891. *textPropertiesDialog.folder.XmForm.marginHeight:         10
  3892. *textPropertiesDialog.folder.XmForm.marginWidth:        10
  3893. *textPropertiesDialog*XmFrame.marginHeight:     2
  3894. *textPropertiesDialog*XmFrame.marginWidth:        2
  3895. *imagePropertiesDialog_popup.title:               Netscape: Properties
  3896. *imagePropertiesDialog.folder.XmForm.marginHeight:         10
  3897. *imagePropertiesDialog.folder.XmForm.marginWidth:        10
  3898. *imagePropertiesDialog*XmFrame.marginHeight:     2
  3899. *imagePropertiesDialog*XmFrame.marginWidth:        2
  3900.  
  3901. ! Properties/Link properties.
  3902. *linkProperties.tabLabelString:    Link
  3903. *linkSourceTitle.labelString:    Link source
  3904. *linkSourceLabel.labelString:        Enter the text of the link:
  3905. *linkToTitle.labelString:        Link to
  3906. *linkToLabel.labelString:        Enter link to a page location or local file:
  3907. *browseFile.labelString:        Browse File...
  3908. *linkTarget.labelString:        \
  3909. Link to a named target in specified document(optional)
  3910. *showTargets.labelString:        Show targets in: 
  3911. *currentDocument.labelString:    Current document
  3912. *selectedFile.labelString:        Selected file
  3913. *linkProperties*targetText.height:                100
  3914.  
  3915. ! Properties/Character properties:
  3916. *characterProperties.tabLabelString:    Character
  3917. *colorTitle.labelString:        Color
  3918. *colorLabel.labelString:        Current color:
  3919. *default.labelString:            Document's default color
  3920. *custom.labelString:            Custom color
  3921. *chooseColor.labelString:        Choose Color...
  3922. *colorText.labelString:            Selected text will be set to the chosen color.
  3923. *sizeTitle.labelString:            Size
  3924. *sizeText.labelString:            Each paragraph style has\nits own default size.
  3925. *styleTitle.labelString:        Style
  3926. *clearStyles.labelString:        Clear Style Settings
  3927. *characterProperties*clearStyles.marginWidth:    10
  3928. *characterProperties*clearStyles.marginHeight:    5
  3929. *characterProperties*clearStyles.leftOffset:    30
  3930. *characterProperties*clearStyles.rightOffset:    30
  3931. *characterProperties*clearStyles.bottomAttachment: ATTACH_FORM
  3932. *characterProperties*clearStyles.bottomOffset:    5
  3933. *characterProperties*javaFrame.leftOffset:        10
  3934. *characterProperties*sizeFrame.leftOffset:        10
  3935. *javaTitle.labelString:            Java Script
  3936. *java*client.labelString:        Client
  3937. *java*server.labelString:        Server
  3938. *clearAll.labelString:            Clear All Settings
  3939. *characterProperties*clearAll.marginWidth:        10
  3940. *characterProperties*clearAll.marginHeight:        5
  3941. *characterProperties*clearAll.topOffset:        20
  3942. *characterProperties*clearAll.leftOffset:        15
  3943. *characterProperties*clearAll.rightOffset:        15
  3944.  
  3945. ! Properties/Paragraph properties:
  3946. *paragraphProperties.tabLabelString: Paragraph
  3947. *styleLabel.labelString:            Paragraph style:
  3948. *additionalLabel.labelString:        Additional style:
  3949. *additional*default.labelString:    Default
  3950. *additional*list.labelString:        List
  3951. *additional*blockQuote.labelString:    Block quote
  3952. *listTitle.labelString:                List
  3953. *listLabel.labelString:                Style:
  3954. *numbered.labelString:                Numbered
  3955. *unnumbered.labelString:            Unnumbered
  3956. *directory.labelString:                Directory
  3957. *menu.labelString:                    Menu
  3958. *description.labelString:            Description
  3959. *automatic.labelString:                Automatic
  3960. *digital.labelString:                1,2,3,4,5..
  3961. *lowerRoman.labelString:            i,ii,iii,iv,v..
  3962. *upperRoman.labelString:            I,II,III,IV,V..
  3963. *lowerAlpha.labelString:            a,b,c,d,e..
  3964. *upperAlpha.labelString:            A,B,C,D,E..
  3965. *solidCircle.labelString:            Solid Circle
  3966. *openCircle.labelString:            Open Circle
  3967. *openSquare.labelString:            Open Square
  3968. *startLabel.labelString:            Starting number
  3969. *startText.columns:                    4
  3970. *spaceAvailable.labelString:        This Space Available
  3971. *paragraphProperties*spaceAvailable.topOffset:    40
  3972. *paragraphProperties*spaceAvailable.leftOffset:    150
  3973.  
  3974. ! Properties/Image properties:
  3975. *imageProperties.tabLabelString:    Image
  3976. *imageFileTitle.labelString:        \
  3977. Image location - Enter a remote URL or local file:
  3978. *chooseFile.labelString:            Choose File...
  3979. *browse.labelString:                Browse...
  3980. *alternativeImageTitle.labelString:    Alternative representations (optional):
  3981. *alternativeImageLabel.labelString:    Image:
  3982. *alternativeTextLabel.labelString:    Text:
  3983. *alignmentRowColumn*XmToggleButtonGadget.shadowThickness: 2
  3984. *alignmentTitle.labelString:        Text alignment and wrapping around images
  3985. *alignmentInfoLabel.labelString:    \
  3986. To see wrapped text, view page in Browse window.
  3987. *imageSpaceTitle.labelString:        Space around image
  3988. *imageProperties.imageSpaceFrame.leftOffset:    10
  3989. *leftRightLabel.labelString:        Left and right:
  3990. *topBottomLabel.labelString:        Top and Bottom:
  3991. *solidBorderLabel.labelString:        Solid Border:
  3992. *originalSize.labelString:            Original Size
  3993. *customSize.labelString:            Custom Size
  3994. *constrain.labelString:                Constrain
  3995. *copyImage.labelString:                Copy image to document location
  3996. *leaveImage.labelString:            Leave image at the original location
  3997. *useAsBackground.labelString:        Use as background
  3998. *removeImageMap.labelString:        Remove Image Map
  3999. *editImage.labelString:                Edit Image
  4000.  
  4001. ! Horizontal Line Properties
  4002. *horizontalLineProperties_popup.title: Netscape: Horizontal Line
  4003. *dimensionsTitle.labelString:        Dimensions
  4004. *horizontalLineProperties*XmFrame.marginWidth:  10
  4005. *horizontalLineProperties*XmFrame.marginHeight: 10
  4006. *heightLabel.labelString:            Height:
  4007. *heightText.columns:                4
  4008. *pixels.labelString:                pixels
  4009. *widthLabel.labelString:            Width:
  4010. *widthText.columns:                    4
  4011. *percent.labelString:                % of window
  4012. *alignTitle.labelString:            Align
  4013. *left.labelString:                    Left
  4014. *center.labelString:                Center
  4015. *right.labelString:                Right
  4016. *threeDShading.labelString:            3-D shading
  4017.  
  4018. ! Document Properties & Editor Preferences/Appearance
  4019. *appearanceProperties.tabLabelString:                Colors and Background
  4020. *documentPropertiesDialog_popup.title:    Netscape: Document Properties
  4021. *editorPreferencesDialog_popup.title:    Netscape: Editor Preferences
  4022. *folder*appearance.marginHeight:     10
  4023. *folder*appearance.marginWidth:        10
  4024. *folder*appearance*XmFrame.marginHeight: 2
  4025. *folder*appearance*XmFrame.marginWidth:    2
  4026. *appearance*custom.labelString:        Use custom colors
  4027. *appearance*browser.labelString:        \
  4028. Use the Browser's color settings
  4029. *schemesTitle.labelString:        Color schemes
  4030. *save.labelString:            Save
  4031. *remove.labelString:            Remove
  4032. *documentColorsTitle.labelString:    Document colors
  4033. *documentPropertiesDialog*previewFrame.marginHeight:     0
  4034. *documentPropertiesDialog*previewFrame.marginWidth:    0
  4035. *appearance*normal.labelString:            Normal text...
  4036. *appearance*link.labelString:            Link text...
  4037. *appearance*active.labelString:            Active Link text...
  4038. *appearance*followed.labelString:        Followed Link text...
  4039. *appearance*background.labelString:        Background...
  4040. *appearance*backgroundInfo.labelString:        Background image will override color.
  4041. *appearance*preview.normal.labelString: Normal text
  4042. *appearance*preview.link.labelString:    Link text
  4043. *appearance*preview.active.labelString:  Active (selected) link
  4044. *appearance*preview.followed.labelString: Followed (visited) link
  4045. *appearance*preview*normalLabelString: Normal text
  4046. *appearance*preview*linkLabelString:    Link text
  4047. *appearance*preview*activeLabelString:  Active (selected) link
  4048. *appearance*preview*followedLabelString: Followed (visited) link
  4049. *backgroundImageTitle.labelString:            Background image
  4050. *browseImageFile.labelString:                Browse for File...
  4051. *solid.labelString:            Solid color
  4052. *useImage.labelString:                Use Image
  4053. *choose.labelString:            Choose Color...
  4054. *documentPropertiesDialog*appearance*infoLabel.labelString:    \
  4055. These settings will be applied to the current document.
  4056. *editorAppearance*appearance*infoLabel.labelString:    \
  4057. These settings will be applied to new documents, not the current.
  4058.  
  4059. ! Document Properties/General
  4060. *generalProperties.tabLabelString:    General
  4061. *folder*general.marginHeight:         10
  4062. *folder*general.marginWidth:        10
  4063. *locationLabel.labelString:            Location:
  4064. *titleLabel.labelString:            Title:
  4065. *authorLabel.labelString:            Author:
  4066. *descriptionLabel.labelString:        Description:
  4067. *createdLabel.labelString:            Creation date:
  4068. *updatedLabel.labelString:            Last updated:
  4069. *otherAttributesTitle.labelString:    Other attributes
  4070. *infoLabel.labelString:                \
  4071. Use commas to separate multiple words or phrases.
  4072. *keywordsLabel.labelString:            Keywords:
  4073. *classificationLabel.labelString:    Classification:
  4074.  
  4075. ! Document Properties/Advanced
  4076. *advanced.tabLabelString:            Advanced
  4077. *folder*advanced.marginHeight:         10
  4078. *folder*advanced.marginWidth:        10
  4079. *systemLabel.labelString:        Netscape system variables (HTTP-EQUIV):
  4080. *userLabel.labelString:            User variables (META):
  4081. *nameLabel.labelString:            Name:
  4082. *valueLabel.labelString:        Value:
  4083. *delete.labelString:            Delete
  4084. *set.labelString:            Set
  4085. *new.labelString:            New
  4086.  
  4087. ! Target Properties
  4088. *targetPropertiesDialog_popup.title:     Netscape: Target Properties
  4089. *targetLabel.labelString:                Enter a name for this target:
  4090.  
  4091. ! Html Properties
  4092. *htmlPropertiesDialog_popup.title:     Netscape: HTML Tag
  4093. *htmlPropertiesInfo.labelString:    \
  4094. Enter tag name and any attributes or parameters for one tag only.
  4095. *htmlPropertiesDialog.Apply.labelString:    Verify
  4096. *htmlPropertiesDialog.ApplyLabelString:     Verify
  4097.  
  4098. ! Editor Preferences/General
  4099. *generalPreferences.tabLabelString:    General
  4100. *authorTitle.labelString:        Author name
  4101. *externalTitle.labelString:        External editors
  4102. *htmlLabel.labelString:            HTML source:
  4103. *imageLabel.labelString:        Image:
  4104. *templateTitle.labelString:        New document template
  4105. *templateInfo.labelString:        \
  4106. This page will open when you select from menu:\n\
  4107. File/New Document/From Template.
  4108. *restoreDefault.labelString:        Restore default
  4109. *autosaveTitle.labelString:        Auto Save
  4110. *autosaveEnable.labelString:    Automatically save document every:
  4111. *minutes.labelString:            minutes
  4112.  
  4113. ! Editor/Tables Properties&Create
  4114. *table.tabLabelString:            Table
  4115. *row.tabLabelString:            Row
  4116. *cell.tabLabelString:            Cell
  4117. *tableCreateDialog_popup.title:                Netscape: New Table Properties
  4118. *tablePropertiesDialog_popup.title:         Netscape: Table Properties
  4119. *tableRowsLabel.labelString:                Number of rows:
  4120. *tableColumnsLabel.labelString:                Number of columns:
  4121. *attributesTitle.labelString:                Attributes
  4122. *tableAlignmentTitle.labelString:            Table alignment
  4123. *borderLineWidthLabel.labelString:            Border line width
  4124. *borderLineWidthUnits.labelString:            pixels
  4125. *cellSpacingLabel.labelString:                Cell spacing
  4126. *cellSpacingUnits.labelString:                pixels between cells
  4127. *cellPaddingLabel.labelString:                Cell padding
  4128. *cellPaddingUnits.labelString:                   pixel space within cells
  4129. *tableWidthToggle.labelString:                Table width
  4130. *tableHeightToggle.labelString:                Table min. height
  4131. *tableColorToggle.labelString:                Table color
  4132. *captionToggle.labelString:                Include caption
  4133. *above.labelString:                    above
  4134. *below.labelString:                    below table
  4135. *tableWidthUnits.marginWidth:                0
  4136. *tableWidthUnits.marginHeight:                0
  4137. *tableHeightUnits.marginWidth:                0
  4138. *tableHeightUnits.marginHeight:                0
  4139. *captionUnits.marginWidth:                0
  4140. *captionUnits.marginHeight:                0
  4141. *textAlignmentTitle.labelString:            Text alignment
  4142. *horizontalLabel.labelString:                Horizontal
  4143. *verticalLabel.labelString:                Vertical
  4144. *textAlignment*default.labelString:            Default
  4145. *textAlignment*left.labelString:            Left
  4146. *textAlignment*right.labelString:            Right
  4147. *textAlignment*center.labelString:            Center
  4148. *textAlignment*top.labelString:                Top
  4149. *textAlignment*bottom.labelString:            Bottom
  4150. *textAlignment*baselines.labelString:            Baselines
  4151. *tableAlignmentBox*left.labelString:            Left
  4152. *tableAlignmentBox*right.labelString:            Right
  4153. *tableAlignmentBox*center.labelString:            Center
  4154. *rowColorToggle.labelString:                Row color
  4155. *textOtherTitle.labelString:                Text
  4156. *headerStyle.labelString:                Header style
  4157. *nonBreaking.labelString:                Nonbreaking
  4158. *cellRowsLabel.labelString:                Cell spans
  4159. *cellColumnsLabel.labelString:                row(s), and 
  4160. *cellColumnsUnits.labelString:                column(s)
  4161. *cellWidthToggle.labelString:                Cell width
  4162. *cellHeightToggle.labelString:                Cell min. height
  4163. *cellColorToggle.labelString:                Cell color
  4164. *percentOfCell.labelString:                % of parent cell
  4165. *percentOfWindow.labelString:            % of window
  4166. *cancel.cancelLabelString:              Cancel
  4167. *cancel.closeLabelString:               Close
  4168. *Cancel.cancelLabelString:              Cancel
  4169. *Cancel.closeLabelString:               Close
  4170. *borderLineWidth.labelString:           Border Line Width
  4171. *equalColumnWidth.labelString:          Equal Column Widths
  4172. *backgroundTitle.labelString:           Background
  4173. *backgroundAttributes.useColor.labelString: Use Color:
  4174. *backgroundAttributes.useImage.labelString: Use Image:
  4175. *backgroundAttributes.chooseImage.labelString: Choose Image...
  4176.  
  4177. ! Editor Preferences/Publish
  4178. *publishPreferences.tabLabelString:    Publish
  4179. *folder*publish.marginHeight:         10
  4180. *folder*publish.marginWidth:        10
  4181. *linksAndImagesTitle.labelString:    Links and images
  4182. *linksAndImagesLabel.labelString:    \
  4183. When saving remote documents, and when inserting links and images:
  4184. *linksToggle.labelString:        Maintain links
  4185. *linksInfo.labelString:            \
  4186. Adjust links to work from the document's location. (Links to local\n\
  4187. documents will work when local versions exist).
  4188. *imagesToggle.labelString:        Keep images with document
  4189. *imagesInfo.labelString:        \
  4190. Save copies of images to the document's location.\n\
  4191. Images will always appear in local versions of the document and\n\
  4192. when document is published.
  4193. *linksAndImagesTip.labelString:        \
  4194. Tip: Set both options if you will be using remote publishing.
  4195. *publishTitle.labelString:        Default publishing location
  4196. *publishLabel.labelString:        Publish to (FTP or HTTP):    
  4197. *browseLabel.labelString:        Browse to (HTTP):
  4198. *usernameLabel.labelString:        User name:
  4199. *passwordLabel.labelString:        Password:
  4200. *savePassword.labelString:        Save password
  4201.  
  4202. ! Publish Files dialog box
  4203. *publishFilesDialog_popup.title:     Netscape: Publish Files
  4204. *localFilesTitle.labelString:        Local files
  4205. *localFiles.publishLabel.labelString:    Publish:
  4206. *includeLabel.labelString:        Include files:
  4207. *includeImages.labelString:        Files associated with this page
  4208. *includeAll.labelString:        All files in directory
  4209. *selectNone.labelString:        Select None
  4210. !
  4211. !
  4212. *titleFrameTitle.labelString:    Page Title
  4213. *publishLocationTitle.labelString:    Publishing location
  4214. *publishLocation.publishLabel.labelString:    \
  4215. Upload files to this location (FTP or HTTP):
  4216. *useDefault.labelString:        Use Default Location
  4217. ! bogus url alert default button:
  4218. *publishFilesDialog_popup.question_popup.dialog.defaultButtonType:    \
  4219. dialog_cancel_button
  4220.  
  4221. *hintDialog_popup.title:        Netscape: Hint
  4222. *dontDisplayAgain.labelString:    Don't display this message again.
  4223. *hintDialog.dontDisplayAgainRow.marginWidth: 9
  4224.  
  4225. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4226. ! Editor popups.
  4227. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4228. ! Color Picker
  4229. *setColors_popup.title:                         Netscape: Set Colors
  4230. *standardColorsTitle.labelString:               Standard Colors
  4231. *colorPicker*oldSample.labelString:             Old
  4232. *colorPicker*newSample.labelString:             New
  4233. *colorPicker*swatches.tabLabelString:           Swatches
  4234. *colorPicker*rgb.tabLabelString:                Rgb
  4235. *colorPicker*rgb*unitsMenu.decimal.labelString: Decimal
  4236. *colorPicker*rgb*unitsMenu.hex.labelString:     Hexidecimal
  4237. *colorPicker*rgb*unitsMenu.percent.labelString: %
  4238. *colorPicker*defaultColor.labelString:          Default Color
  4239. *colorPicker*otherColor.labelString:            Other Color...
  4240.  
  4241. ! Save Remote Dialog.
  4242. *saveRemote.marginHeight:        10
  4243. *saveRemote.marginWidth:        10
  4244. ! These don't seem to get set by above two lines.
  4245. *saveRemote*infoIcon.marginWidth:    15
  4246. *saveRemote*infoIcon.marginHeight:    15
  4247. *saveRemote_popup.title:        Netscape: Save Remote Document
  4248. *saveRemote*infoText.labelString:    \
  4249. This document is on a remote server.\n\
  4250. You must save it locally before making\n\
  4251. changes.
  4252. *saveRemote*linksTitle.labelString:    Links
  4253. *saveRemote*linksToggle.labelString:    Adjust links to aid in remote publishing
  4254. *saveRemote*linksText.labelString:    \
  4255. Links to other documents in the same location (directory) will work\n\
  4256. locally and when documents are published.\n\
  4257. \n\
  4258. Links to remote sites will not change.
  4259. *saveRemote*imagesTitle.labelString:    Images
  4260. *saveRemote*imagesToggle.labelString:    Save images with document
  4261. *saveRemote*imagesText.labelString:    \
  4262. Images will appear in local versions of the document.
  4263. *saveRemote*save.labelString:        Save
  4264. *saveRemote*cancel.labelString:        Cancel
  4265. *saveRemote*help.labelString:        Help
  4266.  
  4267. ! Confirm Save File(s) Dialog.
  4268. *confirmSaveFiles_popup.title:            Netscape: Confirm Save File
  4269. *confirmSaveFiles.marginHeight:            0
  4270. *confirmSaveFiles.marginWidth:            0
  4271. *yes.labelString:        Yes
  4272. *confirmSaveFiles*yesToAll.labelString:    Yes To All
  4273. *no.labelString:        No
  4274. *confirmSaveFiles*noToAll.labelString:    No To All
  4275. *confirmSaveFiles*cancel.labelString:    Cancel
  4276. *confirmSaveFiles*help.labelString:        Help
  4277. *confirmSaveFiles*defaultButtonShadowThickness:    0
  4278.  
  4279. ! Save/Upload files message dialogs.
  4280. *saveMessageDialog_popup.title:            Saving files
  4281. *uploadMessageDialog_popup.title:        Uploading files
  4282. *imageLoadMessageDialog_popup.title:    Loading image
  4283. *saveMessageDialog.width:               400
  4284. *uploadMessageDialog.width:             400
  4285. *imageLoadMessageDialog.width:          400
  4286.  
  4287. !=============================================================================
  4288. ! Mail/News column titles
  4289. !=============================================================================
  4290. *mailNewsColumns.folderlist.Name:    Name
  4291. *mailNewsColumns.folderlist.Unread:    Unread
  4292. *mailNewsColumns.folderlist.Total:    Total
  4293. *mailNewsColumns.messagelist.Thread:    Thread
  4294. *mailNewsColumns.messagelist.Sender:    Sender
  4295. *mailNewsColumns.messagelist.Subject:    Subject
  4296. *mailNewsColumns.messagelist.Date:    Date
  4297.  
  4298.  
  4299. !=============================================================================
  4300. *toolBar*spacer.marginWidth:        4
  4301.  
  4302. *urlBar*whatsNew.labelString:        What's New?
  4303. *whatsNew.documentationString:        What's New on the net
  4304. *urlBar*whatsCool.labelString:        What's Cool?
  4305. *whatsCool.documentationString:        Cool sites on the net
  4306. *urlBar*inetIndex.labelString:        The Internet
  4307. *inetIndex.documentationString:        Exploring the Net
  4308. *urlBar*inetSearch.labelString:        Net Search
  4309. *inetSearch.documentationString:    Internet Search
  4310. *urlBar*inetWhite.labelString:        People
  4311. *inetWhite.documentationString:        People and Places
  4312. *urlBar*inetYellow.labelString:        Yellow Pages
  4313. *urlBar*upgrade.labelString:        Software
  4314. *urlBar*welcome.labelString:        Welcome
  4315. *urlBar*newsgroups.labelString:        Groups
  4316. *inetAbout.documentationString:        About the Internet
  4317.  
  4318. *toolBar.getNewMail.labelString:    Get Mail
  4319. *toolBar.deleteMessage.labelString:    Delete
  4320. *toolBar.mailNew.labelString:        New Mail Message
  4321. *toolBar.postNew.labelString:        New
  4322. *toolBar.replyToSender.labelString:    Reply
  4323. *toolBar.replyToAll.labelString:    Reply All
  4324. *toolBar.postReply.labelString:        Post Reply
  4325. *toolBar.postAndMailReply.labelString:    Reply
  4326. *toolBar.forwardMessage.labelString:    Forward
  4327. *toolBar.previousUnreadMessage.labelString:Previous
  4328. *toolBar.nextUnreadMessage.labelString:    Next
  4329. *toolBar.markThreadRead.labelString:    Thread
  4330. *toolBar.markAllRead.labelString:    All
  4331.  
  4332. *msgViewAttachPopup*open.labelString:        Open...
  4333. *msgViewAttachPopup*open.mnemonic:        O
  4334. *msgViewAttachPopup*save.labelString:        Save...
  4335. *msgViewAttachPopup*save.mnemonic:        S
  4336. *msgViewAttachPopup*properties.labelString:    Properties
  4337. *msgViewAttachPopup*properties.mnemonic:    P
  4338.  
  4339. *attachmentProps.dialogTitle:            Attachment
  4340. Netscape*attachmentProps*XmLabelGadget.fontList:    -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  4341.  
  4342. *attachmentProps.okLabelString:            Ok
  4343. *attachmentProps*nameLabel.labelString:        Name:
  4344. *attachmentProps*typeLabel.labelString:        Type:
  4345. *attachmentProps*encLabel.labelString:        Encoding:
  4346. *attachmentProps*descLabel.labelString:        Description:
  4347.  
  4348. !=============================================================================
  4349. ! Toolbar for addressbook
  4350. !
  4351. *toolBar.addToAddressBook.labelString:    New Card
  4352. *toolBar.abNewList.labelString:        New List
  4353. *toolBar.deleteABEntry.labelString:    Delete
  4354. *toolBar.toAB.labelString:        To:
  4355. *toolBar.ccAB.labelString:        CC:
  4356. *toolBar.bccAB.labelString:        BCC:
  4357. *toolBar.directoryAB.labelString:    Directory
  4358.  
  4359. !
  4360. *Properties*showSecurBtn.labelString: Show Certificate
  4361. !*filterBoxForm.filterPrompt.labelString: Select a directory and type in the name you are looking for:
  4362. *filterBoxForm.filterPrompt.labelString: Show names containing:
  4363. *filterBoxForm.filterInLabel.labelString: Search Results
  4364. *filterBoxForm.filterSearchBtn.labelString: Search for...
  4365. *filterBoxForm.filterStopBtn.labelString: Stop
  4366.  
  4367. !=============================================================================
  4368. ! Toolbar for mail compose
  4369. *toolBar.SendOrSendLater.labelString:    Send
  4370. *toolBar.quoteMessage.labelString:    Quote
  4371. *toolBar.attach.labelString:        Attach
  4372. *toolBar.openAddrBook.labelString:    Address
  4373.  
  4374. !=============================================================================
  4375. ! Turn off beeping on name completion in the address outliner:
  4376. *addressText*verifyBell:        False
  4377.  
  4378. !=============================================================================
  4379. *noDocumentLoadedMessage:    No document has yet been loaded in this window.
  4380. *optionsSavedMessage:        Options have been saved.
  4381. *clickToSaveMessage:        Click on the link to save.
  4382. *clickToSaveCancelledMessage:    Save link to file was cancelled.
  4383. *noPreviousURLMessage:        No previous document.
  4384. *noNextURLMessage:        No next document.
  4385. *noHomeURLMessage:        No home document specified.
  4386. *notOverImageMessage:        Not over an image.
  4387. *notOverLinkMessage:        Not over a link.
  4388. *noSearchStringMessage:        Nothing to search for.
  4389. *wrapSearchMessage:         End of document reached; continue from beginning?
  4390. *wrapSearchBackwardMessage:  Beginning of document reached; continue from end?
  4391. *wrapSearchNotFoundMessage:  Search string not found.
  4392. *noAddressesMessage:         No recipients specified.
  4393. *noFileMessage:             No output file specified.
  4394. *noPrintCommandMessage:         No print command specified.
  4395. *overwriteFileMessage:         Overwrite existing file %s?
  4396. *bookmarksChangedMessage:    Bookmarks file has changed on disk: overwrite it?
  4397. *bookmarkConflictMessage:    \
  4398.             Bookmark list not saved.\nReload the disk version now?
  4399. *bookmarksNoFormsMessage:    \
  4400.           Cannot add the result of a form submission to the bookmark list.
  4401. *reallyQuitMessage:    Close all windows and exit Netscape?
  4402. *doubleInclusionMessage:    \n\
  4403. The document has already been quoted.\n\
  4404.  \n\
  4405. Are you sure you want to quote it again?\n
  4406.  
  4407. *expireNowMessage:        \
  4408.         This will mark all of your links as unfollowed.\nProceed?
  4409. *clearMemCacheMessage:        \
  4410.     This will remove all the files currently in your memory cache.\nContinue?
  4411. *clearDiskCacheMessage:        \
  4412.     This will remove all the files currently in your disk cache.\nContinue?
  4413.  
  4414. *createCacheDirErrorMessage:    \
  4415. Error: unable to create the persistent cache directory:\n\
  4416.  \n\
  4417.             %s: %s.\n\
  4418.  \n\
  4419. Please set a new disk cache directory from the Advanced/Cache\n\
  4420. section of the`Edit|Preferences...' dialog.\n
  4421.  
  4422. *createdCacheDirMessage:    \
  4423. A directory has been created for use as the disk cache:\n\
  4424.  \n\
  4425.             %s/\n\
  4426.  \n\
  4427. You can change the cache directory in the Advanced/Cache\n\
  4428. section of the`Edit|Preferences...' dialog.\n
  4429.  
  4430. *cacheNotDirMessage:    \
  4431. Error: the directory configured for use as the disk cache\n\
  4432. exists, but is not a directory:\n\
  4433.  \n\
  4434.             %s\n\
  4435.  \n\
  4436. Please set a new disk cache directory using the Advanced/Cache\n\
  4437. section of the`Edit|Preferences...' dialog.\n
  4438.  
  4439. *cacheSuffixMessage:    \
  4440.  \n\
  4441. There should be one disk cache per user, so using a shared\n\
  4442. directory (such as /tmp) is not advised.\n\
  4443.  \n\
  4444. The maximum disk cache size is currently %d kilobytes.\n\
  4445. You can change the cache size in the Advanced/Cache\n\
  4446. section of the`Edit|Preferences...' dialog.\n\
  4447.  \n\
  4448. If you wish to disable disk caching, set the Disk Cache Size\n\
  4449. to 0.  If you do this, documents will continue to be cached\n\
  4450. in memory according to the Memory Cache Size preference,\n\
  4451. but will no longer be cached on disk.  This means that the\n\
  4452. cache will not last from session to session of Netscape.
  4453.  
  4454. *cubeTooSmallMessage:        \
  4455. We were only able to allocate %d cells for the color\n\
  4456. cube to which images are dithered.  As a result, the\n\
  4457. image quality may be poor.\n\
  4458.  \n\
  4459. One way to improve image quality is to exit any other\n\
  4460. color-intensive applications which are running and\n\
  4461. restart Netscape.\n\
  4462.  \n\
  4463. Another way is to run Netscape with the `-install'\n\
  4464. command-line option, which will cause it to use a\n\
  4465. private colormap.  The drawback to this is that on\n\
  4466. some systems, this will result in colormap flashing\n\
  4467. when moving focus to other windows.
  4468.  
  4469. *renameInitFilesMessage:        \
  4470. Preferences files from an older version of Netscape exist;\n\
  4471. This version of Netscape uses the same file formats, but the\n\
  4472. file names have changed.  Would you like us to rename these\n\
  4473. files now?
  4474.  
  4475. *unsentMailMessage:            \
  4476.  Unsent mail messages exist, do you really want to quit without sending them?
  4477.  
  4478. *binaryDocumentMessage:            \
  4479.  This document is binary data; cannot view source.
  4480.  
  4481. ! For Helper App Editor - Delete
  4482. *helperAppDeleteMessage:            \
  4483. Are you sure you want to delete this MIME type? Any future\n\
  4484. files of this type that you encounter will not be recognized\n\
  4485. by Netscape's plug-ins or Netscape's helper applications.
  4486.  
  4487. !=============================================================================
  4488. !*preeditType:                root
  4489. !*Netscape.preeditType:            overthespot
  4490.  
  4491. ! default titles for the TopLevelShell widgets.
  4492. ! note that the title and icon title of Navigator windows are
  4493. ! changed at runtime; these resources won't override that.
  4494. *title:                    Netscape
  4495. *iconName:                Netscape
  4496. *Navigator.title:            Netscape Navigator 4.79
  4497. *MailThread.title:            Netscape Mail & Newsgroups
  4498. *MailThread.iconName:        Mail & Newsgroups
  4499.  
  4500.  
  4501. *Download.title:            Netscape Download
  4502. *Download.iconName:            Download
  4503. *Composition.title:            Netscape Message Composition
  4504. *Composition.iconName:        Message Composition
  4505. *bookmarks.title:            Netscape: Bookmarks
  4506. *bookmarks.iconName:        Bookmarks
  4507. *AddressBook.title:            Netscape: Address Book
  4508. *AddressBook.iconName:        Address Book
  4509. *Editor.title:                Netscape: Composer
  4510. *Editor.iconName:            Composer
  4511. *MailFolder.title:            Netscape Message Center
  4512. *MailFolder.iconName:        Msg Center
  4513. *AWTapp.iconName:           Java Console
  4514. *history.iconName:          History
  4515. *MailMsg.iconName:          Message
  4516.  
  4517. !========================
  4518. !  Popup Menu - Navigator
  4519. !========================
  4520.  
  4521. *popup.title.labelString:        Netscape Commands:
  4522. *popup.openURLNewWindow.labelString:    Open Link in New Window
  4523. *popup.openURLNewWindow.mnemonic:         O
  4524. *popup*openURLNewWindow.acceleratorText:  Button2
  4525. *popup.openFrameNew.labelString:        Open Frame in New Window
  4526. *popup.openFrameNew.mnemonic:             w
  4527. *popup.openFrameInWindow.labelString:    Open Frame in Window
  4528. *popup.openFrameInWindow.mnemonic:         i
  4529. *popup.editLink.labelString:            Open Link in Composer
  4530. *popup.editLink.mnemonic:                 e
  4531. !                                       ------------------------
  4532. ! back
  4533. ! forward
  4534. *reloadNonFrameCmdString:                Reload
  4535. *reloadWithFrameCmdString:                Reload Frame
  4536. *popup.frameReload.mnemonic:             R
  4537. *popup.showImage.labelString:            Show Image
  4538. *popup.showImage.mnemonic:              g
  4539. ! stopLoading
  4540. !                                       ------------------------
  4541. *pageSourceNonFrameCmdString:            View Page Source
  4542. *pageSourceWithFrameCmdString:            View Frame Source
  4543. *popup.framePageSource.mnemonic:         u
  4544. *pageInfoNonFrameCmdString:                View Page Info
  4545. *pageInfoWithFrameCmdString:            View Frame Info
  4546. *popup.framePageInfo.mnemonic:             V
  4547. *openImageCmdString:                    View Image
  4548. *popup.openImage.mnemonic:                 m
  4549. !                                       ------------------------
  4550. *popup.addLinkBookmark.labelString:        Add Bookmark for Link
  4551. *popup.addLinkBookmark.mnemonic:         k
  4552. *popup.addFrameBookmark.labelString:    Add Bookmark for Frame
  4553. *popup.addFrameBookmark.mnemonic:         k
  4554. ! sendPage
  4555. !                                       ------------------------
  4556. *popup.saveURL.labelString:                Save Link As...
  4557. *popup.saveURL.mnemonic:                 S
  4558. *popup.saveURL.acceleratorText:             Shift+Button1
  4559. *popup.saveImage.labelString:               Save Image As...
  4560. *popup.saveImage.mnemonic:                 i
  4561. *popup.saveBGImage.labelString:            Save Background As...
  4562. *popup.saveBGImage.mnemonic:             d
  4563. !                                       ------------------------
  4564. ! 'copy' command defined in editor popup above
  4565. ! 'copyLink' command defined in editor popup above
  4566. *popup.copyImage.labelString:            Copy Image Location
  4567. *popup.copyImage.mnemonic:                 y
  4568.  
  4569.  
  4570. !
  4571. ! Convert from old version file formats
  4572. *convertQuestion_popup*OK.labelString:        Delete Old Config Files
  4573. *convertQuestion_popup*Cancel.labelString:    Keep Old Config Files
  4574.  
  4575. !
  4576. ! Convert from old version file formats
  4577. *sendNow_popup*OK.labelString:        Yes
  4578. *sendNow_popup*Cancel.labelString:    No
  4579.  
  4580.  
  4581. ! Mail/News popup menus
  4582. !
  4583. *Mail*popup.title.labelString:        Netscape Mail
  4584. *News*popup.title.labelString:        Netscape Newsgroups
  4585.  
  4586. ! News open News host dialog
  4587. !
  4588. *News*openNewsHost.title:    Netscape: Open News Host
  4589. *News*openNewsHost*selectionLabelString:    \
  4590.                 Input name and port of news host to open:
  4591. *News*openNewsHost*hostLabel.labelString:    News host:
  4592. *News*openNewsHost*hostLabel.alignment:        ALIGNMENT_END
  4593. *News*openNewsHost*portLabel.labelString:    Port:
  4594. *News*openNewsHost*portLabel.leftOffset:    10
  4595. *News*openNewsHost*portLabel.alignment:        ALIGNMENT_END
  4596. *News*openNewsHost*secure.labelString:        Secure
  4597. *News*openNewsHost*secure.topOffset:        10
  4598. *News*openNewsHost*portText.columns:        5
  4599.  
  4600. *history_popup.title:            Netscape: Window History
  4601. *history_popup*listLabelString:        Where You've Been...
  4602. *history_popup*OK.labelString:        Go To
  4603. *history_popup*OkLabelString:        Go To
  4604. *history_popup*Cancel.labelString:    Close
  4605. *history_popup*CancelLabelString:    Close
  4606. *history_popup*Apply.labelString:    Create Bookmark
  4607. *history_popup*ApplyLabelString:    Create Bookmark
  4608.  
  4609. *source_popup.title:                Netscape: View Source
  4610. *source_popup*save.labelString:            Save...
  4611. *source_popup*OK.labelString:            OK
  4612. *source_popup*text.editable:            False
  4613. *source_popup*text.cursorPositionVisible:    False
  4614. *source_popup*text.wordWrap:            True
  4615. *source_popup*text.scrollHorizontal:        False
  4616. *source_popup*urlLabel.labelString:        Location:
  4617. *source_popup*titleLabel.labelString:        Title:
  4618. *source_popup*titleLabel.leftOffset:        0
  4619. *source_popup*titleLabel.rightOffset:        4
  4620. *source_popup*titleLabel.alignment:        ALIGNMENT_END
  4621. *source_popup*urlLabel.topOffset:        0
  4622. *source_popup*urlLabel.leftOffset:        0
  4623. *source_popup*urlLabel.rightOffset:        4
  4624. *source_popup*urlLabel.alignment:        ALIGNMENT_END
  4625. *source_popup*titleText.leftOffset:        0
  4626. *source_popup*titleText.rightOffset:        0
  4627. *source_popup*urlText.leftOffset:        0
  4628. *source_popup*urlText.rightOffset:        0
  4629. *source_popup*text.leftOffset:            0
  4630. *source_popup*text.rightOffset:            0
  4631. *source_popup*XmScrolledWindow.topOffset:    8
  4632. *source_popup*text.columns:            80
  4633. *source_popup*text.rows:            20
  4634.  
  4635. *docinfo_popup.title:                Netscape: Document Information
  4636. *docinfo_popup*OK.labelString:    OK
  4637. *docinfo_popup*titleLabel.labelString:        Title:
  4638. *docinfo_popup*urlLabel.labelString:        Location:
  4639. *docinfo_popup*modifiedLabel.labelString:    Last Modified:
  4640. *docinfo_popup*sourceLabel.labelString:        Source:
  4641. *docinfo_popup*charsetLabel.labelString:    Encoding:
  4642. *docinfo_popup*dpyLabel.labelString:        Visual:
  4643. *docinfo_popup*securityFrame.label.labelString:    Security Information
  4644. *docinfo_popup*certificateLabel.labelString:    Server Certificate:
  4645. *docinfo_popup*certificateText.columns:        60
  4646. *docinfo_popup*certificateText.rows:        6
  4647. *docinfo_popup*certificateText.wordWrap:    True
  4648. *docinfo_popup*certificateText.scrollHorizontal:False
  4649. *docinfo_popup*scrollBarDisplayPolicy:        AS_NEEDED
  4650. *docinfo_popup*scrollingPolicy:            AUTOMATIC
  4651. *docinfo_popup*securityText.wordWrap:        True
  4652. *docinfo_popup*securityText.scrollHorizontal:    False
  4653. *docinfo_popup*urlLabel.topOffset:        0
  4654. *docinfo_popup*urlLabel.leftOffset:        0
  4655. *docinfo_popup*urlLabel.rightOffset:        4
  4656. *docinfo_popup*urlLabel.alignment:        ALIGNMENT_END
  4657. *docinfo_popup*titleLabel.leftOffset:        0
  4658. *docinfo_popup*titleLabel.rightOffset:        4
  4659. *docinfo_popup*titleLabel.alignment:        ALIGNMENT_END
  4660. *docinfo_popup*modifiedLabel.topOffset:        0
  4661. *docinfo_popup*modifiedLabel.leftOffset:    0
  4662. *docinfo_popup*modifiedLabel.rightOffset:    4
  4663. *docinfo_popup*modifiedLabel.alignment:        ALIGNMENT_END
  4664. *docinfo_popup*charsetLabel.topOffset:        0
  4665. *docinfo_popup*charsetLabel.leftOffset:        0
  4666. *docinfo_popup*charsetLabel.rightOffset:    4
  4667. *docinfo_popup*charsetLabel.alignment:        ALIGNMENT_END
  4668. *docinfo_popup*sourceLabel.topOffset:        0
  4669. *docinfo_popup*sourceLabel.leftOffset:        0
  4670. *docinfo_popup*sourceLabel.rightOffset:        4
  4671. *docinfo_popup*sourceLabel.alignment:        ALIGNMENT_END
  4672. ! add 5 to dpyLabel.topOffset to align label with text baseline (gag)
  4673. *docinfo_popup*dpyLabel.topOffset:        5
  4674. *docinfo_popup*dpyLabel.leftOffset:        0
  4675. *docinfo_popup*dpyLabel.rightOffset:        4
  4676. *docinfo_popup*dpyLabel.alignment:        ALIGNMENT_END
  4677. *docinfo_popup*dpyText.rows:            3
  4678. *docinfo_popup*dpyText.columns:            48
  4679. *invalidLangTagFormatMsg:        \
  4680. Invalid Language/Country Tag format.\n\n\
  4681. The format is: 'Aaaaa/Bbbbb [xx-YY]' where:    \n\
  4682.     'Aaaa/Bbbb' is the Language/Country (optional, not used)\n\
  4683.     '[' and ']' bracket the tag (required, spaces not allowed between these)\n\
  4684.     'xx' specifies the language (required)\n\
  4685.     '-YY' specifies the Country (optional)
  4686.  
  4687. *invalidLangTagFormatDialogTitle:    Invalid Tag Format
  4688.  
  4689. *docinfo_popup*titleText.columns:        40
  4690. *docinfo_popup*securityFrame.topOffset:        10
  4691. *docinfo_popup*keyDescLabel.leftOffset:        14
  4692. *docinfo_popup*keyDescLabel.rightOffset:    14
  4693. *docinfo_popup*keyDescLabel.alignment:        ALIGNMENT_BEGINNING
  4694. *docinfo_popup*certificateLabel.leftOffset:    10
  4695. *docinfo_popup*certificateLabel.rightOffset:    10
  4696. *docinfo_popup*certificateLabel.alignment:    ALIGNMENT_BEGINNING
  4697. *docinfo_popup*securityLabel.leftOffset:    14
  4698. *docinfo_popup*securityLabel.rightOffset:    14
  4699. *docinfo_popup*securityLabel.alignment:        ALIGNMENT_BEGINNING
  4700. *docinfo_popup*XmScrolledWindow.leftOffset:    10
  4701. *docinfo_popup*XmScrolledWindow.rightOffset:    10
  4702.  
  4703. *docinfo*noSecurityMessage:\
  4704. This version of Netscape does not have security built in.
  4705.  
  4706. *docinfo*securityLabel.labelString:\
  4707. Security protects Internet documents you receive and information you send\n\
  4708. back with server authentication, privacy using encryption, and data\n\
  4709. integrity.  You can see a document's security status using the key/broken\n\
  4710. key icon in the status area or the colorbar above the content area (blue for\n\
  4711. secure; gray for insecure).  Consult the Handbook or the `On Security' page\n\
  4712. for details.
  4713.  
  4714.  
  4715.  
  4716. *bmPreferences_popup.title:                Netscape: Bookmarks
  4717. *bmPreferences_popup*frame1label.labelString:        Add Bookmark
  4718. *bmPreferences_popup*frame2label.labelString:        Bookmark Menu
  4719. *bmPreferences_popup*addbm_option.labelString:        \
  4720.                         Add bookmarks to this header
  4721. *bmPreferences_popup*bmmenu_option.labelString:        \
  4722.                       View this header in bookmarks menu
  4723. *bmPreferences_popup*addbm_default.labelString: Add to toplevel
  4724. *bmPreferences_popup*bmmenu_default.labelString: Toplevel header
  4725.  
  4726. *bookmarksWhatsChanged*button_0.labelString: All Bookmarks
  4727. *bookmarksWhatsChanged*button_1.labelString: Selected Bookmarks
  4728. *bookmarksWhatsChanged*Apply.labelString: Start
  4729. *bookmarksWhatsChanged*ApplyLabelString:  Start
  4730. *bookmarksWhatsChanged*title.labelString: What's changed?
  4731. *bookmarksWhatsChanged.width: 400
  4732. *bookmarksWhatsChanged.minWidth: 400
  4733. *bookmarksWhatsChanged.maxWidth: 400
  4734. !*bookmarksWhatsChanged.height: 300
  4735. !*bookmarksWhatsChanged.minHeight: 300
  4736. !*bookmarksWhatsChanged.maxHeight: 300
  4737.  
  4738. *composeFolder.height:                          650
  4739. *composeFolder.shadowThickness:                 2
  4740. *composeFolder.bottomOffset:                    3
  4741. *composeFolder.leftOffset:                      3
  4742. *composeFolder.rightOffset:                     3
  4743. *composeFolder.topOffset:                       5
  4744. *composeFolder.spacing:                         1
  4745. *composeFolder.autoSelect:                      False
  4746.  
  4747.  
  4748. *mailto_field*fromLabel.labelString:        From:
  4749. *mailto_field*replyToLabel.labelString:        Reply To:
  4750. *mailto_field*toLabel.labelString:        Mail To:
  4751. *mailto_field*ccLabel.labelString:        Mail CC:
  4752. *mailto_field*bccLabel.labelString:        Mail BCC:
  4753. *mailto_field*fccLabel.labelString:        File CC:
  4754. *mailto_field*newsgroupsLabel.labelString:    Newsgroups:
  4755. *mailto_field*followupToLabel.labelString:    Followup To:
  4756. *mailto_field*attachmentsLabel.labelString:        Attachment:
  4757. *mailto_field*attachButton.labelString:        Attach...
  4758. *mailto_field*browseButton.labelString:        Browse...
  4759. *mailto_field*secureToggle.labelString:        Secure
  4760. *mailto_bodyText.wordWrap:            True
  4761. *mailto_bodyText.scrollHorizontal:        False
  4762. *mailto_field*attachButton.marginWidth:        10
  4763. *mailto_field*fromLabel.alignment:        ALIGNMENT_END
  4764. *mailto_field*replyToLabel.alignment:        ALIGNMENT_END
  4765. *mailto_field*toLabel.alignment:        ALIGNMENT_END
  4766. *mailto_field*ccLabel.alignment:        ALIGNMENT_END
  4767. *mailto_field*bccLabel.alignment:        ALIGNMENT_END
  4768. *mailto_field*fccLabel.alignment:        ALIGNMENT_END
  4769. *mailto_field*newsgroupsLabel.alignment:    ALIGNMENT_END
  4770. *mailto_field*followupToLabel.alignment:    ALIGNMENT_END
  4771. *mailto_field*subjectLabel.alignment:        ALIGNMENT_END
  4772. *mailto_field*attachmentsLabel.alignment:    ALIGNMENT_END
  4773.  
  4774. ! This is 72 rather than 79 or 80 because the width of the window controls
  4775. ! when word wrapping should occur; the Motif text area has no mechanism for
  4776. ! wrapping at a column other than the last one.  So, if we want a fill-column
  4777. ! of N, the window must be N wide.  Note that wrapping must occur before 80:
  4778. ! sending out lines with 80 characters on them is antisocial, as many programs
  4779. ! and terminals (including emacs) can only display 79 characters without 
  4780. ! wrapping.  Wrapping at 72 is better than wrapping at 79 because it leaves
  4781. ! room for further followups to quote the lines with ">" without causing
  4782. ! lines to wrap.
  4783. !
  4784. ! Note that, in the composition window, lines beginning with ">" will not
  4785. ! be wrapped at all, despite the appearance on the screen.  So just because
  4786. ! it looks like the quoted text has been mangled, doesn't mean it has.
  4787. !
  4788. *mailto_bodyText.columns:            72
  4789. ! This resource will change the size of the compose tab
  4790. *mailto_bodyText.rows:                25
  4791. *composeViewBaseWidget*composeViewEditFormWidget.leftOffset: 3 
  4792. *composeViewBaseWidget*composeViewEditFormWidget.bottomOffset: 3  
  4793. *composeViewBaseWidget*subject.topOffset: 3 
  4794. *composeViewBaseWidget*subject.bottomOffset: 3 
  4795. *composeViewBaseWidget*addReceipient.topOffset:20 
  4796. *composeViewBaseWidget*removeReceipient.topOffset: 15
  4797. *composeViewBaseWidget*selectReceipient.topOffset: 15
  4798. *composeViewBaseWidget*addReceipient.leftOffset: 5
  4799. *composeViewBaseWidget*removeReceipient.leftOffset: 5
  4800. *composeViewBaseWidget*selectReceipient.leftOffset: 5
  4801.  
  4802.  
  4803. ! Some people just aren't too hip.
  4804. !*defaultMailtoText:            Hey, check out this cool URL:\n\n
  4805.  
  4806. *attachForm*attachWebPage.labelString:  Attach Web Page...
  4807. *attachForm*attachWebPage.mnemonic:    W
  4808. *attachForm*attachFile.labelString:     Attach File...
  4809. *attachForm*attachFile.mnemonic:    F
  4810. *attachForm*deleteAttachment.labelString:        Delete Attachment
  4811. *attachForm*deleteAttachment.mnemonic:            D
  4812. *attachForm*attachAddressBookCard.labelString:        Attach Personal Card (vCard)
  4813. *attachForm*attachAddressBookCard.mnemonic:        A
  4814.  
  4815. *location_popup.dialogTitle:            Netscape: Attach Web Page
  4816. *location_popup*label.labelString:    Please specify a Web Page to attach:
  4817. *location_popup*locationLabel.labelString:    Web Page (URL):
  4818. *location_popup*locationText.columns:        40
  4819. *location_popup*locationText.leftOffset:    20
  4820. *location_popup*okLabelString: Attach
  4821. *location_popup*cancelLabelString: Cancel
  4822. *location_popup*clear.labelString: Clear
  4823.  
  4824. *attachForm*fileBrowser_popup.title:        Netscape: Attach File
  4825. *attachForm*fileBrowser.OkLabelString:        Attach
  4826.  
  4827. *formatType*none.labelString:        No Attachment
  4828. *formatType*text.labelString:        Text
  4829. *formatType*formattedText.labelString:    Formatted Text
  4830. *formatType*html.labelString:        Source
  4831. *formatType*tree.labelString:        Source and Images
  4832. *formatType*ps.labelString:        PostScript
  4833. *formatType*url.labelString:        URL Only
  4834.  
  4835.  
  4836. ! Helper Editor stuff
  4837. *helperEditor_popup.title:        Netscape Helper
  4838. *helperEditor.width: 400
  4839. *helperEditor*mimeTypesDescriptionLabel.labelString: Description
  4840. *helperEditor*mimeTypesDescriptionLabel.leftOffset: 3
  4841. *helperEditor*mimeTypesLabel.labelString: Type
  4842. *helperEditor*mimeTypesLabel.leftOffset: 3
  4843. *helperEditor*mimeTypesSuffixLabel.labelString: Suffix
  4844. *helperEditor*mimeTypesSuffixLabel.leftOffset: 3
  4845. *helperEditor*helperEditForm.XmTextField.rightOffset: 3
  4846. *helperEditor*helperEditFrameLabel.labelString: Handle By
  4847. *helperEditor*helperEditNavigator.labelString: Navigator 
  4848. *helperEditor*helperEditPlugin.labelString: Plug In
  4849. *helperEditor*helperEditApp.labelString: Application
  4850. *helperEditor*helperEditSave.labelString: Save To Disk
  4851. *helperEditor*helperEditUnknown.labelString: Unknown:PromptUser
  4852. *helperEditor*helperEditAppBrowse.labelString: Browse...
  4853. *helperEditor*helperEditNavigator.leftOffset: 20
  4854. *helperEditor*helperEditAppText.columns: 40
  4855.  
  4856.  
  4857. ! Preferences: Styles 2
  4858. !
  4859.  
  4860.  
  4861. *enteringSecureDialog_popup.title:        Netscape: Secure Document
  4862. *enteringSecureDialog*toggle.labelString:      Show this Alert Next Time
  4863. *enteringSecureDialog*toggle.alignment:        ALIGNMENT_BEGINNING
  4864. *enteringSecureDialog*toggle.leftOffset:    100
  4865. *enteringSecureDialog.selectionLabelString:\
  4866. You have requested a secure document. The document and any information\n\
  4867. you send back are encrypted for privacy while in transit.\n\
  4868. For more information on security choose Page Info from the View \
  4869. menu.
  4870.  
  4871. *leavingSecureDialog_popup.title:        Netscape: Security Warning
  4872. *leavingSecureDialog*toggle.labelString:    Show this Alert Next Time
  4873. *leavingSecureDialog*toggle.alignment:        ALIGNMENT_BEGINNING
  4874. *leavingSecureDialog.OkLabelString:        Continue Loading
  4875. *leavingSecureDialog.CancelLabelString:        Cancel Loading
  4876. *leavingSecureDialog*toggle.leftOffset:        100
  4877. *leavingSecureDialog.selectionLabelString:\
  4878. You have requested an insecure document. The document and any information\n\
  4879. you send back could be observed by a third party while in transit.\n\
  4880. For more information on security choose Page Info from the View \
  4881. menu.
  4882.  
  4883. *mixedSecurityDialog_popup.title:        Netscape: Security Warning
  4884. *mixedSecurityDialog*toggle.labelString:    Show this Alert Next Time
  4885. *mixedSecurityDialog*toggle.alignment:        ALIGNMENT_BEGINNING
  4886. *mixedSecurityDialog*toggle.leftOffset:        100
  4887. *mixedSecurityDialog.selectionLabelString:\
  4888. You have requested a secure document that contains some insecure \
  4889. information.\n\
  4890.  \n\
  4891. The insecure information will not be shown.\n\
  4892. For more information on security choose Page Info from the View \
  4893. menu.
  4894.  
  4895. *redirectionToInsecureDialog_popup.title:    Netscape: Security Warning
  4896. *redirectionToInsecureDialog*toggle.labelString:Show this Alert Next Time
  4897. *redirectionToInsecureDialog*toggle.alignment:    ALIGNMENT_BEGINNING
  4898. *redirectionToInsecureDialog.OkLabelString:    Continue Loading
  4899. *redirectionToInsecureDialog.CancelLabelString:    Cancel Loading
  4900. *redirectionToInsecureDialog*toggle.leftOffset:    100
  4901. *redirectionToInsecureDialog.selectionLabelString:\
  4902. Warning! You have requested an insecure document that was\n\
  4903. originally designated a secure document (the location has been\n\
  4904. redirected from a secure to an insecure document). The document\n\
  4905. and any information you send back could be observed by a third\n\
  4906. party while in transit.
  4907.  
  4908. *redirectionToSecureDialog_popup.title:    Netscape: Security Warning
  4909. *redirectionToSecureDialog*toggle.labelString:Show this Alert Next Time
  4910. *redirectionToSecureDialog*toggle.alignment:    ALIGNMENT_BEGINNING
  4911. *redirectionToSecureDialog.OkLabelString:    Continue Loading
  4912. *redirectionToSecureDialog.CancelLabelString:    Cancel Loading
  4913. *redirectionToSecureDialog*toggle.leftOffset:    100
  4914. *redirectionToSecureDialog.selectionLabelString:\
  4915. Warning! Your connection has been redirected to a different\n\
  4916. site. You may not be connected to the site that you originally\n\
  4917. tried to reach.
  4918.  
  4919. *insecurePostFromSecureDocDialog_popup.title:         Netscape: Security Warning
  4920. *insecurePostFromSecureDocDialog*toggle.labelString: Show this Alert Next Time
  4921. *insecurePostFromSecureDocDialog*toggle.alignment:   ALIGNMENT_BEGINNING
  4922. *insecurePostFromSecureDocDialog.OkLabelString:      Continue Submission
  4923. *insecurePostFromSecureDocDialog.CancelLabelString:  Cancel Submission
  4924. *insecurePostFromSecureDocDialog*toggle.leftOffset:  100
  4925. *insecurePostFromSecureDocDialog.selectionLabelString:\
  4926. Warning! Although this document is secure, any information you\n\
  4927. submit is insecure and could be observed by a third party while\n\
  4928. in transit. If you are submitting passwords, credit card numbers,\n\
  4929. or other information you would like to keep private, it would be\n\
  4930. safer for you to cancel the submission.
  4931.  
  4932. *insecurePostFromInsecureDocDialog_popup.title:          Netscape: Security Warning
  4933. *insecurePostFromInsecureDocDialog.OkLabelString:     Continue Submission
  4934. *insecurePostFromInsecureDocDialog.CancelLabelString: Cancel Submission
  4935. *insecurePostFromInsecureDocDialog*toggle.labelString:Show this Alert Next Time
  4936. *insecurePostFromInsecureDocDialog*toggle.alignment:  ALIGNMENT_BEGINNING
  4937. *insecurePostFromInsecureDocDialog*toggle.leftOffset: 100
  4938. *insecurePostFromInsecureDocDialog.selectionLabelString:\
  4939. The information you submit is insecure and could be observed by\n\
  4940. a third party while in transit.  If you are submitting passwords,\n\
  4941. credit card numbers, or other information you would like to keep\n\
  4942. private, it would be safer for you to cancel the submission.
  4943.  
  4944.  
  4945. *licenseDialog_popup.title:            Netscape: License Agreement
  4946. *licenseDialog*label1.labelString:\n\
  4947.  Netscape is licensed software.  Its use is subject to the\n\
  4948.  terms and conditions of the license agreement below.\n
  4949. *licenseDialog*label2.labelString:\n\
  4950.  If you accept the terms of this license agreement,\n\
  4951.  press `Accept.'  Otherwise press `Do Not Accept.'\n
  4952. *licenseDialog*text.columns:            72
  4953. *licenseDialog*text.rows:            23
  4954. *licenseDialog*text.wordWrap:            True
  4955. *licenseDialog*text.scrollHorizontal:        False
  4956. *licenseDialog.accept.labelString:        Accept
  4957. *licenseDialog.reject.labelString:        Do Not Accept
  4958.  
  4959. *printSetup_popup.title:            Netscape: Print
  4960. *printSetup*printToLabel.labelString:        Print To:
  4961. *printSetup*toPrinterToggle.labelString:    Printer
  4962. *printSetup*toFileToggle.labelString:        File
  4963. *printSetup*printCommandLabel.labelString:    Print Command:
  4964. *printSetup*fileNameLabel.labelString:        File Name:
  4965. *printSetup*browseButton.labelString:        Browse...
  4966. *printSetup*printLabel.labelString:        Print:
  4967. *printSetup*firstFirstToggle.labelString:    First Page First
  4968. *printSetup*lastFirstToggle.labelString:    Last Page First
  4969. *printSetup*orientationLabel.labelString:    Orientation:
  4970. *printSetup*portraitToggle.labelString:        Portrait
  4971. *printSetup*landscapeToggle.labelString:    Landscape
  4972. *printSetup*printColorLabel.labelString:    Print:
  4973. *printSetup*greyscaleToggle.labelString:    Greyscale
  4974. *printSetup*colorToggle.labelString:        Color
  4975. *printSetup*paperSizeLabel.labelString:        Paper Size:
  4976. *printSetup*letterToggle.labelString:        Letter (8 1/2 x 11 in.)
  4977. *printSetup*legalToggle.labelString:        Legal (8 1/2 x 14 in.)
  4978. *printSetup*executiveToggle.labelString:    Executive (7 1/2 x 10 in.)
  4979. *printSetup*a4Toggle.labelString:        A4 (210 x 297 mm)
  4980. *printSetup*OK.labelString:            Print
  4981. *printSetup*OkLabelString:            Print
  4982. *printSetup*CancelLabelString:            Cancel
  4983. *printSetup*XmLabel.alignment:            ALIGNMENT_END
  4984. *printSetup*XmLabelGadget.alignment:        ALIGNMENT_END
  4985. *printSetup*XmToggleButtonGadget.alignment:    ALIGNMENT_BEGINNING
  4986. *printSetup*XmToggleButtonGadget.indicatorType:    ONE_OF_MANY
  4987. *printSetup*lastFirstToggle.leftOffset:        10
  4988. *printSetup*landscapeToggle.leftOffset:        10
  4989. *printSetup*colorToggle.leftOffset:        10
  4990. *printSetup*legalToggle.leftOffset:        10
  4991. *printSetup*a4Toggle.leftOffset:        10
  4992. *printSetup*XmLabel.rightOffset:        10
  4993. *printSetup*XmLabelGadget.rightOffset:        10
  4994. *printSetup*browseButton.marginHeight:        3
  4995. *printSetup*browseButton.marginWidth:        4
  4996. *printSetup*line.topOffset:            4
  4997. *printSetup*printLabel.topOffset:        4
  4998. *printSetup*firstFirstToggle.topOffset:        10
  4999. *printSetup*portraitToggle.topOffset:        10
  5000. *printSetup*greyscaleToggle.topOffset:        10
  5001. *printSetup*letterToggle.topOffset:        10
  5002. !*printSetup_popup*preeditType:            none
  5003.  
  5004. *findDialog_popup.title:            Netscape: Find
  5005. *findDialog*findInLabel.labelString:        Find in:
  5006. *findDialog*msgHeaders.labelString:        Message Headers in This Folder
  5007. *findDialog*msgBody.labelString:        Body of This Message
  5008. *findDialog*msgHeaders.indicatorType:        ONE_OF_MANY
  5009. *findDialog*msgBody.indicatorType:        ONE_OF_MANY
  5010. *findDialog*findLabel.labelString:        Find:
  5011. *findDialog*findLabel.alignment:        ALIGNMENT_END
  5012. *findDialog*caseSensitive.labelString:        Case Sensitive
  5013. *findDialog*backwards.labelString:        Find Backwards
  5014. *findDialog*backwards.leftOffset:        20
  5015. *findDialog*caseSensitive.alignment:        ALIGNMENT_BEGINNING
  5016. *findDialog*backwards.alignment:        ALIGNMENT_BEGINNING
  5017. *findDialog*XmToggleButtonGadget.indicatorType:    N_OF_MANY
  5018. *findDialog*XmToggleButtonGadget.visibleWhenOff:True
  5019. *findDialog*OK.labelString:            Find
  5020. *findDialog*OkLabelString:            Find
  5021. *findDialog*Apply.labelString:            Clear
  5022. *findDialog*ApplyLabelString:            Clear
  5023. *findDialog*Cancel.labelString:            Close
  5024. *findDialog*CancelLabelString:            Close
  5025. !*findDialog_popup*preeditType:            overthespot
  5026. ! Bookmark Find dialog shares resources with the main find dialog
  5027. ! Extra resources specific to bookmark find dialog
  5028. *findDialog*lookinLabel.labelString:        Look in:
  5029. *findDialog*nameToggle.labelString:        Name
  5030. *findDialog*locationToggle.labelString:        Location
  5031. *findDialog*descriptionToggle.labelString:    Description
  5032. *findDialog*wordToggle.labelString:        Whole word
  5033. *findDialog*helptext.labelString:        Use Find Again to keep looking.
  5034.  
  5035. ! More resources for the Addressbook find dialog
  5036. *findDialog*nicknameToggle.labelString:        Nick Name
  5037.  
  5038.  
  5039. *openURLDialog_popup.title:            Netscape: Open Page
  5040. !*openURLDialog_popup*preeditType:        none
  5041. *openURLDialog*label.labelString:    \
  5042. Enter the World Wide Web location (URL) or specify\n\
  5043. the local file you would like to open:
  5044. *openURLDialog*choose.labelString:        Choose File...
  5045. *openURLDialog*toolLabel.labelString:        Open location or file in:
  5046. *openURLDialog*browserToggle.labelString:    Navigator
  5047. *openURLDialog*editorToggle.labelString:    Composer
  5048. *openURLDialog*OK.labelString:            Open
  5049. *openURLDialog*OkLabelString:            Open
  5050. *openURLDialog*Apply.labelString:        Clear
  5051. *openURLDialog*ApplyLabelString:        Clear
  5052. *openURLDialog*Cancel.labelString:        Cancel
  5053. *openURLDialog*CancelLabelString:        Cancel
  5054. *openURLDialog*label.alignment:            ALIGNMENT_BEGINNING
  5055. *openURLDialog*XmToggleButtonGadget.indicatorType: ONE_OF_MANY
  5056. *openURLDialog*XmRowColumn.orientation:        VERTICAL
  5057. *openURLDialog*browserToggle.set:        True
  5058. *openURLDialog*XmTextField.columns:        45
  5059. !*openURLDialog.width:                500
  5060. *openURLDialog*openInEditor.labelString: Open In Composer
  5061. *openURLDialog*openInBrowser.labelString: Open In Navigator
  5062.  
  5063. *message_popup.title:            Netscape
  5064. *message_popup*OK.labelString:    OK
  5065. *message_popup*OkLabelString:    OK
  5066.  
  5067. *error_popup.title:            Netscape: Error
  5068.  
  5069. *question_popup.title:            Netscape: Question
  5070. *question_popup*OK.labelString:    OK
  5071. *question_popup*Cancel.labelString:    Cancel
  5072.  
  5073. *prompt_popup.title:            Netscape: Prompt
  5074. *password_popup.title:            Netscape: Password
  5075. *promptSubject_popup.title:        Netscape: Subject Prompt
  5076. *stdout_popup.title:            Netscape: subprocess diagnostics (stdout)
  5077. *stderr_popup.title:            Netscape: subprocess diagnostics (stderr)
  5078. *stdout_stderr_popup.title:     Netscape: subprocess diagnostics (stdout/stderr)
  5079.  
  5080. *citing_popup.title:            Netscape
  5081. *citing_popup*messageString:        \nQuoting...\n
  5082.  
  5083. *printing_popup.title:            Netscape
  5084. *printing_popup*messageString:        \nPrinting...\n
  5085.  
  5086. *deliveringMessage_popup.title:        Netscape
  5087. *deliveringMessage_popup*messageString:    \nDelivering message...\n
  5088.  
  5089. *saving_popup.title:            Netscape
  5090. *saving_popup*messageString:        \nSaving to disk...\n
  5091.  
  5092. *visual_popup.title:            Netscape: Change X Visual
  5093. *visual_popup*listLabelString:        Available Visuals:
  5094.  
  5095. *autoSaveNew.title:          Netscape: Auto Save New Document
  5096. *saveFile_popup.title:          Netscape: Save Document
  5097. *saveNewFile_popup.title:       Netscape: Save New Document
  5098. *markMessagesRead_popup.title:       Mark Messages Read
  5099.  
  5100. *promptSubject_popup*messageString:    \
  5101. You did not give a subject to this message.\n\
  5102. If you would like to provide one, please type it now.
  5103.  
  5104. *dialog*OK.labelString:            OK
  5105. *dialog*clear.labelString:        Clear
  5106. *dialog*Cancel.labelString:        Cancel
  5107. *dialog*userLabel.labelString:        User ID:
  5108. *dialog*passwdLabel.labelString:    Password:
  5109. *dialog*userLabel.alignment:        ALIGNMENT_END
  5110. *dialog*passwdLabel.alignment:        ALIGNMENT_END
  5111. *dialog*dialogform*text.columns:   50
  5112. *dialog*dialogform*pwtext.columns: 50
  5113.  
  5114. *clear.labelString:            Clear
  5115. *cancel.labelString:            Cancel
  5116. *OK.labelString:            OK
  5117.  
  5118. *citationQuery_popup.title:        Citation Style Question
  5119. *citationQuery.selectionLabelString:    \n\
  5120. You have quoted an entire document instead of attaching it.\n\
  5121.  \n\
  5122. You could, instead, attach the document and it would be\n\
  5123. appended to the message, without a `>' at the beginning\n\
  5124. of each line. This would make it easier for recipients\n\
  5125. to save and use this document.\n\
  5126.  \n\
  5127. Would you like to send this document as an attachment?\n
  5128.  
  5129. *citationQuery*OK.labelString:        Send as\nText Attachment
  5130. *citationQuery*OkLabelString:        Send as\nText Attachment
  5131. *citationQuery*Apply.labelString:    Send as\nQuoted
  5132. *citationQuery*ApplyLabelString:    Send as\nQuoted
  5133. *citationQuery*Cancel.labelString:    Cancel
  5134. *citationQuery*CancelLabelString:    Cancel
  5135.  
  5136. *doubleCitationQuery_popup.title:    Citation Style Question
  5137. *doubleCitationQuery.selectionLabelString:    \n\
  5138. You have (probably inadvertently) included the same document twice:\n\
  5139. first as a citation (meaning: with `>' at the beginning of each line) and\n\
  5140. then as an attachment (meaning: as a second part of the message,\n\
  5141. included after your new text.)\n\
  5142.  \n\
  5143. Would you like to send an attached document or a quoted document?
  5144.  
  5145. *doubleCitationQuery*OK.labelString:    Send as\nText Attachment
  5146. *doubleCitationQuery*OkLabelString:    Send as\nText Attachment
  5147. *doubleCitationQuery*Apply.labelString:    Send as\nQuoted
  5148. *doubleCitationQuery*ApplyLabelString:    Send as\nQuoted
  5149. *doubleCitationQuery*Cancel.labelString:Cancel
  5150. *doubleCitationQuery*CancelLabelString:    Cancel
  5151.  
  5152. *streamingAudioQuery_popup.title:    Audio Question
  5153. *streamingAudioQuery.selectionLabelString:    \
  5154. Would you like to play the data to the external viewer as it comes\n\
  5155. from the network, or save to a file and then play from the file?
  5156. *streamingAudioQuery*OK.labelString:    Play from Network
  5157. *streamingAudioQuery*OkLabelString:    Play from Network
  5158. *streamingAudioQuery*Apply.labelString:    Save First
  5159. *streamingAudioQuery*ApplyLabelString:    Save First
  5160. *streamingAudioQuery*Cancel.labelString:Cancel
  5161. *streamingAudioQuery*CancelLabelString:    Cancel
  5162.  
  5163. *fileSelector*filterLabelString:    Filter
  5164. *fileSelector*dirListLabelString:    Directories
  5165. *fileSelector*fileListLabelString:    Files
  5166. *fileSelector*OkLabelString:    OK
  5167. *fileSelector*ApplyLabelString:    Filter
  5168. *fileSelector*CancelLabelString:    Cancel
  5169. *fileSelector.Selection.labelString:    Selection
  5170. *fileSelector.pattern:            *.html
  5171. *fileSelector*fileTypeMask:        FILE_ANY_TYPE
  5172. *fileSelector*saveTypeBox.orientation:    HORIZONTAL
  5173. *fileSelector*formatType.labelString:    Format for Saved Document:
  5174. !*fileSelector_popup*preeditType:    overthespot
  5175.  
  5176. *fileBrowser_popup.title:        Netscape: File Browser
  5177. *fileBrowser*filterLabelString:        Filter
  5178. *fileBrowser*dirListLabelString:        Directories
  5179. *fileBrowser*fileListLabelString:        Files
  5180. *fileBrowser*Selection.labelString:        Selection
  5181. *fileBrowser*OkLabelString:        OK
  5182. *fileBrowser*ApplyLabelString:        Filter
  5183. *fileBrowser*CancelLabelString:        Cancel
  5184. *fileBrowser*HelpLabelString:        Help
  5185. *fileBrowser*encodingFrame*optionMenu.labelString: File Type:
  5186. *fileBrowser*encodingFrame*attachAutoDetect.labelString: Auto Detect
  5187. *fileBrowser*encodingFrame*attachBinary.labelString: Binary
  5188.  
  5189.  
  5190. *formSubmitButton.labelString:        Submit
  5191. *formResetButton.labelString:        Reset
  5192. *formButton.labelString:        Monkey Brains
  5193. *formFileBrowseButton.labelString:    Browse...
  5194.  
  5195. ! Bookmarks popup menu. It has the same name as the main popup menu
  5196. ! and hence shares the rest of the resources.
  5197. *bookmarks*popup.title.labelString:        Bookmarks
  5198. *bookmarks*popup*newFolder.labelString: New Folder...
  5199. *bookmarks*popup.saveURL.acceleratorText:
  5200.  
  5201. *titleSeparator.separatorType:            XmDOUBLE_LINE
  5202.  
  5203. ! Bookmarks edit properties window.
  5204. !
  5205. *bookmarkProps_popup*title:            Netscape: Bookmark Properties
  5206. *bookmarkProps*nameLabel.labelString:        Name:
  5207. *bookmarkProps*nameLabel.alignment:        ALIGNMENT_END
  5208. *bookmarkProps*locationLabel.labelString:    Location:
  5209. *bookmarkProps*locationLabel.alignment:        ALIGNMENT_END
  5210. *bookmarkProps*descriptionLabel.labelString:    Description:
  5211. *bookmarkProps*descriptionLabel.alignment:    ALIGNMENT_END
  5212. *bookmarkProps*lastvisitedLabel.labelString:    Last Visited:
  5213. *bookmarkProps*lastvisitedLabel.alignment:    ALIGNMENT_END
  5214. *bookmarkProps*addedonLabel.labelString:    Added On:
  5215. *bookmarkProps*addedonLabel.alignment:        ALIGNMENT_END
  5216. *bookmarkProps*descriptionText.topOffset:    8
  5217. *bookmarkProps*descriptionText.columns:        40
  5218. *bookmarkProps*descriptionText.rows:        5
  5219. *bookmarkProps*aliasButton.labelString:        Select Aliases
  5220.  
  5221. !
  5222. ! Address Book
  5223. !
  5224. *AddressBook*mainform.width:            760
  5225. *AddressBook*mainform.height:            400
  5226. *AddressBook*menuBar.Item.labelString:        Item
  5227. *AddressBook*addUser.labelString:        Add User...
  5228. *AddressBook*addUser.mnemonic:            U
  5229. *AddressBook*addList.labelString:        Add List...
  5230. *AddressBook*addList.mnemonic:            L
  5231. *AddressBook*properties.labelString:        Properties
  5232. *AddressBook*properties.mnemonic:        P
  5233. *AddressBook*queryLabel.labelString:        Type the name you are looking for:
  5234. *AddreMsgWin*toBtn.labelString:                 To:
  5235. !*AddreMsgWin*toBtn.mnemonic:                    T
  5236. *AddreMsgWin*ccBtn.labelString:                 CC:
  5237. !*AddreMsgWin*ccBtn.mnemonic:                    C
  5238. *AddreMsgWin*bccBtn.labelString:                  BCC:
  5239. !*AddreMsgWin*bccBtn.mnemonic:                    B
  5240. *AddreMsgWin*removeBtn.labelString:               Remove
  5241. *AddreMsgWin*addToAddressBtn.labelString:       Add to Address Book
  5242. *AddreMsgWin*propertiesBtn.labelString:         Properties
  5243. *AddreMsgWin*delBtn.labelString:                 Delete
  5244. !*AddreMsgWin*addToAddressBtn.mnemonic:           A
  5245. *AddressBook*dirLabel.labelString:        in:
  5246. *AddressBook*searchBtn.labelString:        Search
  5247. *AddressBook*helpBar.height:            10
  5248. *AddressBook*outline.Name:            Name
  5249. *AddressBook*outline.Nick:            Nickname
  5250. *AddressBook*outline.Secure:            Secure
  5251. *AddressBook*outline.HTML:            HTML
  5252. *AddressBook*mainform.fontList:            -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
  5253.  
  5254. ! The mail compose window part of addr book
  5255. *mc_queryLabel.labelString:    Type the name you are looking for:
  5256. *mc_dirLabel.labelString:    in:
  5257. *mc_searchBtn.labelString:    Search
  5258. *mc_tobtn.labelString:        To:
  5259. *mc_ccbtn.labelString:        Cc:
  5260. *mc_bccbtn.labelString:        Bcc:
  5261. *mc_okbtn.labelString:        OK
  5262. *mc_cancelbtn.labelString:    Cancel
  5263.  
  5264. ! Address Book popup menu. It has the same name as the main popup menu
  5265. ! and hence shares the rest of the resources.
  5266. *AddressBook*popup.title.labelString:            Address Book
  5267. *AddressBook*popup.titleSeparator.separatorType:    XmDOUBLE_LINE
  5268.  
  5269.  
  5270. !
  5271. ! Download
  5272. !
  5273. *Download*downloadURLLabel.labelString:            Source:
  5274. *Download*downloadFileLabel.labelString:        Destination:
  5275. *Download*stopLoading.labelString:                Stop
  5276. *Download*downloadURLLabel.alignment:            ALIGNMENT_END
  5277. *Download*downloadFileLabel.alignment:            ALIGNMENT_END
  5278.  
  5279. *Download*downloadURLLabel.topOffset:            10
  5280. *Download*downloadURLLabel.leftOffset:            10
  5281. *Download*downloadURLValue.columns:            45
  5282. *Download*downloadURLValue.editable:            False
  5283. *Download*downloadURLValue.cursorPositionVisible:    False
  5284. *Download*downloadURLValue.leftOffset:            10
  5285. *Download*downloadURLValue.rightOffset:            10
  5286.  
  5287. *Download*downloadFileLabel.topOffset:            5
  5288. *Download*downloadFileLabel.leftOffset:            10
  5289. *Download*downloadFileLabel.bottomOffset:        15
  5290. *Download*downloadFileValue.columns:            45
  5291. *Download*downloadFileValue.editable:            False
  5292. *Download*downloadFileValue.cursorPositionVisible:    False
  5293. *Download*downloadFileValue.leftOffset:            10
  5294. *Download*downloadFileValue.rightOffset:        10
  5295.  
  5296. *Download*logo.topOffset:                    15
  5297. *Download*logo.rightOffset:                    10
  5298. *Download*cancel.marginWidth:                15
  5299. *Download*cancel.marginHeight:                10
  5300. *Download*cancel.topOffset:                    20
  5301. *Download*cancel.bottomOffset:                10
  5302.  
  5303.  
  5304. ! Need class name in here to defeat *sgiMode and HP-VUE color nonsense...
  5305. ! On SGIs, not having the class will cause the default SGI colors to
  5306. ! be used instead of the ones specified here.  With VUE, the behavior
  5307. ! is even worse - if we're using a non-default visual (for example, if
  5308. ! we have requested a 24-bit TrueColor visual instead of the default
  5309. ! 8-bit PseudoColor) then VUE will ignore the fact that we're not using
  5310. ! the default visual, and give us colors allocated from the wrong
  5311. ! colormap, resulting in lovely effects like brown-on-brown menubars!
  5312. !
  5313. ! (Note: if you comment this stuff out in an attempt to let the current
  5314. ! "scheme" override things, you'll find that the colors of the toolbar
  5315. ! icons and the colors of form elements (like option menus) will get
  5316. ! messed up.)
  5317. !Netscape*background:            #B2B2B2
  5318. Netscape*foreground:            Black
  5319. Netscape*background:            #C0C0C0
  5320.  
  5321. *textBackground:            #FFFFFF
  5322.  
  5323. ! All but SGI: Set reasonable Text and List colors.
  5324. ! SGI uses the default IRIX scheme colors.
  5325. !Netscape*XmTextField.foreground:        Black
  5326. !Netscape*XmText.foreground:        Black
  5327. !Netscape*XmList.foreground:        Black
  5328. !Netscape*XmTextField.background:        #FFFFFF
  5329. !Netscape*XmText.background:        #FFFFFF
  5330. !Netscape*XmList.background:        #FFFFFF
  5331.  
  5332. ! On SGI, the IRIX scheme colors will override these resources,
  5333. ! but we need to specify them for SGI users who turn off schemes.
  5334. ! Resource color values must match the 'NOTSGI' values above.
  5335. *XmTextField.foreground:    Black
  5336. *XmText.foreground:        Black
  5337. *XmList.foreground:        Black
  5338. *XmTextField.background:    #FFFFFF
  5339. *XmText.background:        #FFFFFF
  5340. *XmList.background:        #FFFFFF
  5341.  
  5342. ! Colors of the outline lists used in mail and news windows.
  5343. Netscape*XmLGrid.foreground:        #000000
  5344. Netscape*XmLGrid.background:        #C0C0C0
  5345. !Netscape*XmLGrid.selectBackground:    #FFFFCC
  5346.  
  5347.  
  5348. ! Turn off borders in XmLFolder widgets.
  5349. Netscape*XmLFolder.highlightThickness: 0
  5350.  
  5351. ! Colors of the "Secure Document" bar.
  5352. !*secureDocumentColor:            #0000BF
  5353. !*insecureDocumentColor:            #0C0C0C
  5354.  
  5355. ! Default for all buttons
  5356. Netscape*XmPushButton*shadowThickness:    2
  5357. Netscape*XmPushButtonGadget*shadowThickness: 2
  5358.  
  5359. ! And for option menus:
  5360. Netscape*XmCascadeButton.shadowThickness: 2
  5361. Netscape*XmCascadeButtonGadget.shadowThickness: 2
  5362.  
  5363. !!
  5364. !! *logo
  5365. !!
  5366. *logo.animationInterval:        150
  5367. *logo.marginBottom:                0
  5368. *logo.marginLeft:                0
  5369. *logo.marginRight:                0
  5370. *logo.marginTop:                0
  5371. *logo.shadowThickness:            1
  5372. *logo.documentationString:        Silicon Graphics, Inc. home page
  5373. *logo.tipString:                Go to SGI
  5374.  
  5375. *historyMenuBox.marginHeight:    0
  5376. *historyMenuBox.marginWidth:    0
  5377.  
  5378. *characterToolbarFrame.leftOffset:    2
  5379. *paragraphToolbarFrame.leftOffset:    2
  5380. *composeToolbarFrame.leftOffset:    2
  5381.  
  5382. *topPane.shadowThickness:        2
  5383. *bottomPane.shadowThickness:        2
  5384. *topPane.shadowType:            SHADOW_IN
  5385. *bottomPane.shadowType:            SHADOW_IN
  5386.  
  5387. ! Go ahead, try and figure out why some of these need to be on the
  5388. ! _popup version, and some need to be one level deeper.  I dare you.
  5389. !*dialog.width:                500
  5390. !*history.width:            500
  5391. !*mailto.width:                500
  5392. !*cache_popup.width:            500
  5393. *userConfig_popup.width:        500
  5394. *userConfig.width:            500
  5395. *fileSelector.width:            500
  5396. *fileBrowser.width:            500
  5397.  
  5398. ! I had to hardcode this in the C code - doesn't work from here...
  5399. !*history_popup.allowShellResize:    False
  5400.  
  5401. ! Get rid of all navigation; it's totally broken for Paned windows,
  5402. ! and for the form widgets under the drawingArea.
  5403. *highlightThickness:            0
  5404. *navigationType:            NONE
  5405.  
  5406. ! Uh, but turn it back on in the popups (really I'd like to turn it off
  5407. ! in all non-popups, but I don't think there's a way to specify that...)
  5408. *XmDialogShell*highlightThickness:    2
  5409. *XmDialogShell*navigationType:        TAB_GROUP
  5410.  
  5411. ! Mail compose needs TAB_GROUP
  5412. !*Composition*form.navigationType:       TAB_GROUP
  5413. *mailcompose_container*XmText.navigationType:           TAB_GROUP
  5414. *mailcompose_container*XmTextField.navigationType:      TAB_GROUP
  5415.  
  5416. ! Uh, and turn it on only in text fields of forms.
  5417. ! But of course this doesn't work quite right.
  5418. *drawingArea*XmText.navigationType:    TAB_GROUP
  5419. *drawingArea*XmTextField.navigationType:TAB_GROUP
  5420.  
  5421. ! Sorry, things don't display properly if you configure Netscape to put its
  5422. ! scrollbars on the left or top of the document area.
  5423. Netscape*scroller.scrollBarPlacement:    BOTTOM_RIGHT
  5424.  
  5425. ! Put scrollbars right next to text fields in forms (and lists).
  5426. *drawingArea*XmScrolledWindow.spacing:            0
  5427.  
  5428. ! Do not under any circumstances change the following line:
  5429. Netscape.version:         4.79
  5430.  
  5431.  
  5432. ! ============================================================================
  5433. ! Fonts in the widgets.
  5434. ! These fonts are all down in Motif land, and thus are not controlled by the
  5435. ! font selector on the Preferences dialog.  That applies only to fonts in
  5436. ! the document display area.
  5437. ! ============================================================================
  5438. !
  5439. *fontList:            -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*
  5440.  
  5441. *XmTextField.fontList:        -adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5442. *XmText.fontList:        -adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5443. *XmList*fontList:        -adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5444.  
  5445. ! SGI default:
  5446. !*menuBar*fontList:        -*-helvetica-bold-o-*-*-*-120-*-*-*-*-iso8859-*
  5447. ! Sensible default:
  5448. !*menuBar*fontList:        -*-lucida-medium-r-normal-*-*-120-*-*-*-*-iso8859-*
  5449.  
  5450. *menuBar*historyTruncated.fontList:\
  5451.                 -*-helvetica-medium-o-*-*-*-120-*-*-*-*-iso8859-*
  5452. *popup*fontList:        -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*
  5453.  
  5454. !*topArea*fontList:        -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
  5455. !*topArea*XmTextField.fontList:    -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5456. !*topArea*XmText.fontList:    -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5457.  
  5458. !*bookmark*fontList:          -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5459. !*bookmark*fontList:            -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
  5460. !*bookmark*selectedLabel.fontList:\
  5461.                   -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5462. !*bookmark*XmTextField.fontList:    -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5463. !*bookmark*XmText.fontList:    -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5464.  
  5465. *docinfoButton.fontList:      -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5466. *mailto*urlLabel.fontList:    -*-helvetica-medium-r-*-*-*-140-*-*-*-*-iso8859-*
  5467.  
  5468. *licenseDialog*text.fontList:    -adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5469.  
  5470. ! These are the fonts used in the outline lists used in Mail, News, Bookmarks,
  5471. ! and Address Book windows.  (Note that there can't be any whitespace after
  5472. ! the commas.)
  5473.  
  5474. ! For non-SUN platforms, user can accept font size to be 10 pt on the message list
  5475. Netscape*XmLGrid*fontList:\
  5476. -*-helvetica-medium-r-*-*-*-100-*-*-*-*-iso8859-*,\
  5477. -*-helvetica-bold-r-*-*-*-100-*-*-*-*-iso8859-*=BOLD,\
  5478. -*-helvetica-medium-o-*-*-*-100-*-*-*-*-iso8859-*=ITALIC
  5479.  
  5480. ! For SUN platforms, user wants default font size to be 12 pt on the message list to be readable
  5481. !Netscape*XmLGrid*fontList:\
  5482. -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*,\
  5483. -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*=BOLD,\
  5484. -*-helvetica-medium-o-*-*-*-120-*-*-*-*-iso8859-*=ITALIC
  5485.  
  5486. ! Font for the Mail/News banner
  5487. ! For non-SUN platforms, user can accept font size to be 10 pt to be default on the message list
  5488. Netscape*banner*folderDropdown*XmLabel.fontList: -adobe-courier-bold-r-*-*-*-100-*-*-*-*-iso8859-*
  5489. Netscape*banner*folderDropdown*fontList:\
  5490. -adobe-courier-medium-r-*-*-*-100-*-*-*-*-iso8859-*,\
  5491. -adobe-courier-bold-r-*-*-*-100-*-*-*-*-iso8859-*=BOLD
  5492.  
  5493. Netscape*banner*title.fontList:        -*-helvetica-bold-r-*-*-*-100-*-*-*-*-iso8859-*
  5494. Netscape*banner*subtitle.fontList:    -*-helvetica-medium-r-*-*-*-100-*-*-*-*-iso8859-*
  5495. Netscape*banner*info.fontList:    -*-helvetica-medium-r-*-*-*-100-*-*-*-*-iso8859-*
  5496.  
  5497. ! For SUN platforms, user wants default font size to be 12 pt on the message list to be readable
  5498. !Netscape*banner*folderDropdown*XmLabel.fontList: -adobe-courier-bold-r-*-*-*-120-*-*-*-*-iso8859-*
  5499. !Netscape*banner*folderDropdown*.fontList:\
  5500. -adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*,\
  5501. -adobe-courier-bold-r-*-*-*-120-*-*-*-*-iso8859-*=BOLD
  5502.  
  5503. !Netscape*banner*title.fontList:        -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
  5504. !Netscape*banner*subtitle.fontList:    -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5505. !Netscape*banner*info.fontList:    -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5506.  
  5507. *banner*folderDropdown*shadowThickness: 1
  5508. ! Font for the Thread window expando flippy label
  5509. *arrowlabel.fontList:        -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5510.  
  5511. ! Font for the attachment panel icon label
  5512. ! need class name to defeat *sgiMode
  5513. Netscape*attachItemLabel*fontList:    -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5514.  
  5515. ! This is the default charset for the View | Character Set menu.
  5516. ! The following values have special meanings:
  5517. !   iso-2022-jp: Japanese (Auto-Detect)
  5518. !   iso-2022-kr: Korean (Auto-Detect)
  5519. !
  5520. *defaultCharset:    iso-8859-1
  5521. !*defaultCharset:    iso-8859-2
  5522. !*defaultCharset:    windows-1250
  5523. !*defaultCharset:    iso-2022-jp
  5524. !*defaultCharset:    shift_jis
  5525. !*defaultCharset:    euc-jp
  5526. !*defaultCharset:    big5
  5527. !*defaultCharset:    x-euc-tw
  5528. !*defaultCharset:    gb2312
  5529. !*defaultCharset:    iso-2022-kr
  5530. !*defaultCharset:    iso-8859-5
  5531. !*defaultCharset:    koi8-r
  5532. !*defaultCharset:    windows-1251
  5533. !*defaultCharset:    iso-8859-7
  5534. !*defaultCharset:    windows-1253
  5535. !*defaultCharset:    iso-8859-9
  5536. !*defaultCharset:    utf-8
  5537. !*defaultCharset:    utf-7
  5538.  
  5539.  
  5540.  
  5541. ! ============================================================================
  5542. ! Fonts used in the display area.
  5543. ! ============================================================================
  5544.  
  5545.  
  5546. ! Default fonts for various charsets, prop(ortional) and fixed.
  5547. !
  5548. ! Format is foundry-family-pointsize-scaling.
  5549. ! Pointsize is in tenths of a point.
  5550. ! Scaling is either "scale" or "noscale".
  5551. !
  5552. ! These are only used the first time you start up.
  5553. ! After that, the preferences file is used.
  5554. ! The "Defaults" button in the Preferences dialog will revert to these.
  5555. !
  5556. *documentFonts.defaultFont*iso-8859-1.prop:    adobe-times-120-noscale
  5557. *documentFonts.defaultFont*iso-8859-1.fixed:    adobe-courier-100-noscale
  5558.  
  5559. *documentFonts.defaultFont*UTF-8.prop:    nsPseudoFont-times-120-noscale
  5560. *documentFonts.defaultFont*UTF-8.fixed:    nsPseudoFont-courier-100-noscale
  5561.  
  5562.  
  5563. ! This table maps weight/slant pairs to bold/italic/boldItalic/normal
  5564. !
  5565. *documentFonts.face*-:            normal
  5566. *documentFonts.face*bold-i:        boldItalic
  5567. *documentFonts.face*bold-o:        boldItalic
  5568. *documentFonts.face*bold-r:        bold
  5569. *documentFonts.face*book-o:        italic
  5570. *documentFonts.face*book-r:        normal
  5571. *documentFonts.face*demi-i:        boldItalic
  5572. *documentFonts.face*demi-o:        boldItalic
  5573. *documentFonts.face*demi-r:        bold
  5574. *documentFonts.face*demibold-i:        boldItalic
  5575. *documentFonts.face*demibold-r:        bold
  5576. *documentFonts.face*light-i:        italic
  5577. *documentFonts.face*light-r:        normal
  5578. *documentFonts.face*medium-i:        italic
  5579. *documentFonts.face*medium-o:        italic
  5580. *documentFonts.face*medium-r:        normal
  5581. *documentFonts.face*medium-roman:    normal
  5582. *documentFonts.face*normal-i:        italic
  5583. *documentFonts.face*normal-r:        normal
  5584. *documentFonts.face*regular-i:        italic
  5585. *documentFonts.face*regular-r:        normal
  5586. *documentFonts.face*roman-r:        normal
  5587. *documentFonts.face*w3-r:        normal
  5588. *documentFonts.face*w3h-r:        normal
  5589. *documentFonts.face*w4-r:        normal
  5590. *documentFonts.face*w5-r:        normal
  5591. *documentFonts.face*w9-r:        normal
  5592.  
  5593.  
  5594. ! This table maps XLFD family names to nice family names
  5595. !
  5596. *documentFonts.family*djb:            DJB
  5597. *documentFonts.family*haebfix:            Haeberli Fixed
  5598. *documentFonts.family*itc avant garde gothic:    ITC Avant Garde Gothic
  5599. *documentFonts.family*itc bookman:        ITC Bookman
  5600. *documentFonts.family*itc zapf chancery:    ITC Zapf Chancery
  5601. *documentFonts.family*itc zapf dingbats:    ITC Zapf Dingbats
  5602. *documentFonts.family*lucidatypewriter:        Lucida Typewriter
  5603.  
  5604.  
  5605. ! This table maps XLFD foundry names to nice foundry names
  5606. !
  5607. *documentFonts.foundry*b&h:    B&H
  5608. *documentFonts.foundry*dec:    DEC
  5609. *documentFonts.foundry*hku:    HKU
  5610. *documentFonts.foundry*sgi:    SGI
  5611. *documentFonts.foundry*nsPseudoFont:    NSPseudoFonts
  5612.  
  5613.  
  5614. ! This table maps MIME charsets to language groups
  5615. !
  5616. *documentFonts.charsetlang*gb_2312-80:            Simplified Chinese
  5617. *documentFonts.charsetlang*iso-8859-1:            Western
  5618. *documentFonts.charsetlang*iso-8859-2:            Central European
  5619. *documentFonts.charsetlang*iso-8859-5:            Cyrillic
  5620. *documentFonts.charsetlang*iso-8859-7:            Greek
  5621. *documentFonts.charsetlang*iso-8859-9:            Turkish
  5622. *documentFonts.charsetlang*jis_x0201:            Japanese
  5623. *documentFonts.charsetlang*jis_x0208-1983:        Japanese
  5624. *documentFonts.charsetlang*jis_x0212-1990:        Japanese
  5625. *documentFonts.charsetlang*koi8-r:            Cyrillic
  5626. *documentFonts.charsetlang*ks_c_5601-1987:        Korean
  5627. *documentFonts.charsetlang*x-cns11643-1110:        Traditional Chinese
  5628. *documentFonts.charsetlang*x-cns11643-1:        Traditional Chinese
  5629. *documentFonts.charsetlang*x-cns11643-2:        Traditional Chinese
  5630. *documentFonts.charsetlang*x-gb2312-11:            Simplified Chinese
  5631. *documentFonts.charsetlang*x-jisx0208-11:        Japanese
  5632. *documentFonts.charsetlang*x-ksc5601-11:        Korean
  5633. *documentFonts.charsetlang*x-x-big5:            Traditional Chinese
  5634. *documentFonts.charsetlang*unicode-2-0:            Unicode
  5635.  
  5636.  
  5637. ! This table maps X11 font charsets to MIME charsets
  5638. !
  5639. *documentFonts.charset*-:                    x-ignore
  5640. *documentFonts.charset*-ascii:                    x-ignore
  5641. *documentFonts.charset*-dingbats:                x-ignore
  5642. *documentFonts.charset*-hiragana:                x-ignore
  5643. *documentFonts.charset*-ibm pc:                    x-ignore
  5644. *documentFonts.charset*-katakana:                x-ignore
  5645. *documentFonts.charset*-roman:                    x-ignore
  5646. !*documentFonts.charset*-symbol:                    x-ignore
  5647. *documentFonts.charset*78-h:                    x-ignore
  5648. *documentFonts.charset*78.euc-h:                x-ignore
  5649. *documentFonts.charset*add-h:                    x-ignore
  5650. *documentFonts.charset*adobe.cns1-0:                x-ignore
  5651. *documentFonts.charset*adobe.gb1-0:                x-ignore
  5652. *documentFonts.charset*adobe.japan1-0:                x-ignore
  5653. *documentFonts.charset*adobe.japan1-1:                x-ignore
  5654. *documentFonts.charset*adobe.japan1-2:                x-ignore
  5655. *documentFonts.charset*adobe.japan2-0:                x-ignore
  5656. *documentFonts.charset*adobe.korea1-0:                x-ignore
  5657. *documentFonts.charset*big5-0:                    x-x-big5
  5658. *documentFonts.charset*big5-1:                    x-x-big5
  5659. *documentFonts.charset*big5.et-0:                x-x-big5
  5660. *documentFonts.charset*big5.et.ext-0:                x-x-big5
  5661. *documentFonts.charset*big5.etext-0:                x-x-big5
  5662. *documentFonts.charset*big5.hku-0:                x-x-big5
  5663. *documentFonts.charset*big5.hku-1:                x-x-big5
  5664. *documentFonts.charset*big5.pc-0:                x-x-big5
  5665. *documentFonts.charset*big5.shift-0:                x-x-big5
  5666. *documentFonts.charset*cmr.sun-fontspecific:            x-ignore
  5667. *documentFonts.charset*cns11643-0:                x-cns11643-1
  5668. *documentFonts.charset*cns11643-1:                x-cns11643-2
  5669. *documentFonts.charset*cns11643.1986-1:                x-cns11643-1
  5670. *documentFonts.charset*cns11643.1986-2:                x-cns11643-2
  5671. *documentFonts.charset*cns11643.1992-1:                x-cns11643-1
  5672. *documentFonts.charset*cns11643.1992-2:                x-cns11643-2
  5673. *documentFonts.charset*cns11643.1992.1-0:            x-cns11643-1
  5674. *documentFonts.charset*cns11643.1992.2-0:            x-cns11643-2
  5675. *documentFonts.charset*dec-decctrl:                x-ignore
  5676. *documentFonts.charset*dec-decksroman:                x-ignore
  5677. *documentFonts.charset*dec-decmath_extension:            x-ignore
  5678. *documentFonts.charset*dec-decmath_italic:            x-ignore
  5679. *documentFonts.charset*dec-decmath_symbol:            x-ignore
  5680. *documentFonts.charset*dec-decsuppl:                x-ignore
  5681. *documentFonts.charset*dec-dectech:                x-ignore
  5682. *documentFonts.charset*dec-drcs:                x-ignore
  5683. *documentFonts.charset*dec-fontspecific:            x-ignore
  5684. *documentFonts.charset*dec.cns11643.1986-2:            x-cns11643-1110
  5685. *documentFonts.charset*dec.cns11643.1986-udc:            x-ignore
  5686. *documentFonts.charset*dec.dtscs.1990-2:            x-ignore
  5687. *documentFonts.charset*euc-h:                    x-ignore
  5688. *documentFonts.charset*ext-h:                    x-ignore
  5689. *documentFonts.charset*gb2312.1980-0:                gb_2312-80
  5690. *documentFonts.charset*gb2312.1980-1:                x-gb2312-11
  5691. *documentFonts.charset*gb2312.1980-udc:                x-ignore
  5692. *documentFonts.charset*hojo-h:                    x-ignore
  5693. *documentFonts.charset*hp-japanese15:                x-ignore
  5694. *documentFonts.charset*hp-japaneseeuc:                x-ignore
  5695. *documentFonts.charset*hp-roman8:                x-ignore
  5696. *documentFonts.charset*hpbig5-:                    x-x-big5
  5697. *documentFonts.charset*ibm-850:                    x-ignore
  5698. *documentFonts.charset*ibm-fontspecific:            x-ignore
  5699. *documentFonts.charset*ibm-ibmcs01007ext:            x-ignore
  5700. *documentFonts.charset*ibm-special:                x-ignore
  5701. *documentFonts.charset*ibm-udcjp:                x-ignore
  5702. *documentFonts.charset*iso646.1991-irv:                x-ignore
  5703. *documentFonts.charset*iso8859-1:                iso-8859-1
  5704. *documentFonts.charset*iso8859-2:                iso-8859-2
  5705. *documentFonts.charset*iso8859-3:                x-ignore
  5706. *documentFonts.charset*iso8859-4:                x-ignore
  5707. *documentFonts.charset*iso8859-5:                iso-8859-5
  5708. *documentFonts.charset*iso8859-6:                x-ignore
  5709. *documentFonts.charset*iso8859-7:                iso-8859-7
  5710. *documentFonts.charset*iso8859-8:                x-ignore
  5711. *documentFonts.charset*iso8859-9:                iso-8859-9
  5712. *documentFonts.charset*iso8859-adobe:                x-ignore
  5713. *documentFonts.charset*itc zapf dingbats.adobe-fontspecific:    iso-8859-1
  5714. *documentFonts.charset*itc zapfdingbats.sun-fontspecific:    x-ignore
  5715. *documentFonts.charset*jisx0201-romankana:            x-ignore
  5716. *documentFonts.charset*jisx0201.1976-0:                jis_x0201
  5717. *documentFonts.charset*jisx0201.1976-1:                jis_x0201
  5718. *documentFonts.charset*jisx0208-kanji00:            x-ignore
  5719. *documentFonts.charset*jisx0208-kanji11:            x-ignore
  5720. *documentFonts.charset*jisx0208.1983-0:                jis_x0208-1983
  5721. *documentFonts.charset*jisx0208.1983-1:                x-jisx0208-11
  5722. *documentFonts.charset*jisx0208.1990-0:                jis_x0208-1983
  5723. *documentFonts.charset*jisx0212.1990-0:                jis_x0212-1990
  5724. *documentFonts.charset*jisx0212.1990-ocmp.1992:            jis_x0212-1990
  5725. *documentFonts.charset*koi8-1:                    koi8-r
  5726. *documentFonts.charset*koi8-r:                    koi8-r
  5727. *documentFonts.charset*ks-roman:                x-ignore
  5728. *documentFonts.charset*ksc5601.1987-0:                ks_c_5601-1987
  5729. *documentFonts.charset*ksc5601.1987-1:                x-ksc5601-11
  5730. *documentFonts.charset*misc-fontspecific:            x-ignore
  5731. *documentFonts.charset*necjisx0208.1983-0:            x-ignore
  5732. *documentFonts.charset*novanet-1:                x-ignore
  5733. *documentFonts.charset*nwp-h:                    x-ignore
  5734. *documentFonts.charset*pimai.adobe-fontspecific:        x-ignore
  5735. *documentFonts.charset*rksj-h:                    x-ignore
  5736. *documentFonts.charset*screen.sun-fontspecific:            x-ignore
  5737. *documentFonts.charset*sgi-fontspecific:            x-ignore
  5738. *documentFonts.charset*shiftjis-0:                x-ignore
  5739. *documentFonts.charset*sunolcursor-1:                x-ignore
  5740. *documentFonts.charset*sunolglyph-1:                x-ignore
  5741. *documentFonts.charset*symbol.adobe-fontspecific:        iso-8859-1
  5742. *documentFonts.charset*symbol.sun-fontspecific:            x-ignore
  5743. *documentFonts.charset*tis620.2533-1:                x-ignore
  5744. *documentFonts.charset*ucs2.cjk-rest:                x-ignore
  5745. *documentFonts.charset*ucs2.cns11643.1986-1:            x-ignore
  5746. *documentFonts.charset*ucs2.cns11643.1986-2:            x-ignore
  5747. *documentFonts.charset*ucs2.gb2312.1980-0:            x-ignore
  5748. *documentFonts.charset*ucs2.ibm-udccn:                x-ignore
  5749. *documentFonts.charset*wp-symbol:                x-ignore
  5750. *documentFonts.charset*zapfdingbats.adobe-fontspecific:        x-ignore
  5751.  
  5752.  
  5753. ! There are 7 font sizes, 1 thru 7.  The default font is 3, and the others
  5754. ! are based on this.  The default increment is 20%, which means that the 4
  5755. ! is 20% larger than the 3, the 5 is 40% larger, and so on.
  5756. !
  5757. *documentFonts.sizeIncrement:    20
  5758.  
  5759. ! Maximum size to scale fonts, in points.
  5760. *documentFonts.maximumPoints: 200
  5761.  
  5762. ! CSS-1 generic font family mapping
  5763. ! to change the defaults, uncomment and give a different family name
  5764. ! *documentFonts.generic.serif: times
  5765. ! *documentFonts.generic.sans-serif: helvetica
  5766. ! *documentFonts.generic.cursive: itc zapf chancery
  5767. ! *documentFonts.generic.fantasy: new century schoolbook
  5768. ! *documentFonts.generic.monospace: courier
  5769.  
  5770. ! Some people have both 75 DPI (dots per inch) and 100 DPI versions of the
  5771. ! same fonts in their font path, and, to make matters even worse, they have
  5772. ! the 75 before the 100 even if their monitor is around 100 DPI.  The
  5773. ! following is provided so that these people can hack their fonts without
  5774. ! having to correct their font path.
  5775. !
  5776. ! To correct your font path, take a look at
  5777. !   http://home.netscape.com/assist/support/client/tn/unix/10305.html
  5778. ! which is a Technical Note linked from Help->Frequently Asked Questions.
  5779. !
  5780. ! The last part of the left hand side (iso-8859-1) is the MIME charset
  5781. ! corresponding to the X11 font charset (see above).
  5782. !
  5783. ! To use e.g. 100 DPI fonts, change the final "*" to "100".
  5784. !
  5785. *documentFonts.xResolution*iso-8859-1:    *
  5786. *documentFonts.yResolution*iso-8859-1:    *
  5787.  
  5788.  
  5789. ! ============================================================================
  5790. ! Fonts used for printing.
  5791. ! ============================================================================
  5792. !
  5793. ! psname  is the full PostScript font name
  5794. ! pscode  is the character encoding used in the PostScript font
  5795. ! pswidth is the PostScript width per character, only useful for "square"
  5796. !         fonts such as those found in East Asia
  5797.  
  5798.  
  5799. ! The following Latin-1 PostScript printer fonts are hard-coded into Netscape
  5800. ! and cannot be changed.
  5801. !
  5802. !*documentFonts.latin1.variable.normal*psname:        Times-Roman
  5803. !*documentFonts.latin1.variable.bold*psname:        Times-Bold
  5804. !*documentFonts.latin1.variable.italic*psname:        Times-Italic
  5805. !*documentFonts.latin1.variable.boldItalic*psname:    Times-BoldItalic
  5806. !*documentFonts.latin1.fixed.normal*psname:        Courier
  5807. !*documentFonts.latin1.fixed.bold*psname:        Courier-Bold
  5808. !*documentFonts.latin1.fixed.italic*psname:        Courier-Oblique
  5809. !*documentFonts.latin1.fixed.boldItalic*psname:        Courier-BoldOblique
  5810. !*documentFonts.latin1*pscode:                iso-8859-1
  5811. !*documentFonts.latin1*pswidth:                *
  5812.  
  5813.  
  5814. ! Netscape does not differentiate between variable and fixed, and between
  5815. ! normal, bold, italic and boldItalic for the following East Asian fonts.
  5816. !
  5817. ! The charset fields are the charset names corresponding to the available
  5818. ! locales (e.g. for Japan, that would be euc-jp and shift_jis).
  5819. !
  5820. *documentFonts.euc-jp*psname:        Ryumin-Light-RKSJ-H
  5821. *documentFonts.euc-jp*pscode:        shift_jis
  5822. *documentFonts.euc-jp*pswidth:        1000
  5823. *documentFonts.euc-jp*psascent:        950
  5824.  
  5825. *documentFonts.shift_jis*psname:    Ryumin-Light-RKSJ-H
  5826. *documentFonts.shift_jis*pscode:    shift_jis
  5827. *documentFonts.shift_jis*pswidth:    1000
  5828. *documentFonts.shift_jis*psascent:    950
  5829.  
  5830. *documentFonts.EUC-KR*psname:        SMgoJ
  5831. *documentFonts.EUC-KR*pscode:        euc-kr
  5832. *documentFonts.EUC-KR*pswidth:        1000
  5833. *documentFonts.EUC-KR*psascent:        950
  5834.  
  5835. !*documentFonts.gb2312*psname:        ???
  5836. !*documentFonts.gb2312*pscode:        ???
  5837. !*documentFonts.gb2312*pswidth:        ???
  5838. !*documentFonts.gb2312*psascent:    ???
  5839.  
  5840. !*documentFonts.x-euc-tw*psname:    ???
  5841. !*documentFonts.x-euc-tw*pscode:    ???
  5842. !*documentFonts.x-euc-tw*pswidth:    ???
  5843. !*documentFonts.x-euc-tw*psascent:    ???
  5844.  
  5845. ! Unicode Pseudo Font
  5846. ! These map a Unicode Pseudo Font 
  5847. ! latin-1 font name to an equivalent 
  5848. ! font name for a different encoding
  5849. *unicodeFont.helvetica*jis_x0208-1983:        gothic
  5850. *unicodeFont.helvetica*jis_x0201:             gothic
  5851. *unicodeFont.times*jis_x0208-1983:            mincho
  5852. *unicodeFont.times*jis_x0201:                 mincho
  5853. *unicodeFont.courier*jis_x0208-1983:          fixed
  5854. *unicodeFont.courier*jis_x0201:               fixed
  5855. *unicodeFont.lucida*jis_x0208-1983:           gothic
  5856. *unicodeFont.lucida*jis_x0201:                gothic
  5857. *unicodeFont.lucidatypewriter*jis_x0208-1983: gothic
  5858. *unicodeFont.lucidatypewriter*jis_x0201:      gothic
  5859. *unicodeFont.allowHPScaling:                  false
  5860. !*unicodeFont.screenDpi:                       100
  5861. !*javaFont.usePointSizing:                     false
  5862. !*javaFont.screenDpi:                          100
  5863.  
  5864.  
  5865. *scrollerX*VertScrollBar.width:        10
  5866. *scrollerX*VertScrollBar.height:    100
  5867.  
  5868. ! Mail search dialog...
  5869. *MNSearch.title:                          Netscape: Search
  5870. *MNSearch.iconName:                       Search
  5871. *MNSearch*SearchBtn.labelString:          Search
  5872. *MNSearch*NewBtn.labelString:             Clear 
  5873. *MNSearch*MiscBtn.labelString:            Options...
  5874. *MNSearch*HelpBtn.labelString:          Help
  5875. *MNSearch*SaveAsBtn.labelString:          Save As...
  5876. *MNSearch*CloseBtn.labelString:           Close
  5877. *matchAll.labelString:           Match all of the following
  5878. *matchAny.labelString:           Match any of the following
  5879. *MNSearch*SaveAsDialogTextLabel.labelString:              Newsgroup Name:
  5880. *searchSaveAsPromptDialog.dialogTitle:        Netscape: Save As Virtual Newsgroup
  5881. *MNSearch*SaveAsDialogInfo.labelString:    Saving search criteria will create a Virtual Newsgroup based on that\n\criteria. The Virtual Newsgroup will be available from the folder list in\n\the Messenger window.
  5882.  
  5883. *where.labelString:                       where
  5884. *MNSearch*searchFolderLabel.labelString:  Search for messages in
  5885. *MNSearch*itemsLabelTitle.labelString:    Total items found:
  5886. *MNSearch.width:                   650
  5887. ! needs to match up with XFE_SEARCH_DATE_FORMAT in ns/cmd/xfe/xfe_err.h
  5888. *MNSearch*labelValueField.labelString:    mm/dd/yyyy
  5889. *MNSearch*moreBtn.labelString:          More
  5890. *MNSearch*lessBtn.labelString:          Fewer
  5891. *MNSearch*searchContent.marginWidth:      5
  5892. *MNSearch*searchContent.marginHeight:      5
  5893. *MNSearch*resultComment.topOffset:       4
  5894. *MNSearch*goToMessageFolder.labelString:  Open Message Folder
  5895. *MNSearch*fileMsg.labelString:            File in:
  5896. *MNSearch*fileMsg.buttonLayout:           button_label_only
  5897. *MNSearch*deleteMsg.labelString:          Delete Message
  5898. *popup*copySubmenu.labelString:              Copy Message
  5899.  
  5900. ! Advanced mail search (Options) dialog
  5901. *advancedSearch*subfolderToggle.labelString:    Search Subfolders
  5902. *advancedSearch*whenOnlineSearch.labelString: When online, search for messages:
  5903. *advancedSearch*searchLocalToggle.labelString:    on your local system
  5904. *advancedSearch*searchServerToggle.labelString:    on the specified server
  5905.  
  5906. ! Ldap Search
  5907. *Ldap.title:                              Netscape:Search Directories
  5908. *Ldap.iconName:                           Search Directories
  5909. *Ldap*A_the1.labelString:                 the
  5910. *Ldap*A_the2.labelString:                 and the
  5911. *Ldap*SearchBtn.labelString:         Search
  5912. *Ldap*NewBtn.labelString:             Clear
  5913. *Ldap*MiscBtn.labelString:             Help    
  5914. *Ldap*CloseBtn.labelString:         Close
  5915. *Ldap*ldapSearchFolderLabel.labelString: Search for items
  5916. *Ldap*itemsLabelTitle.labelString:        Total items found:
  5917. *Ldap.width:                650
  5918. *Ldap.height:                250
  5919. *Ldap*labelValueField.labelString:    mm/dd/yy
  5920. *Ldap*searchContent.marginWidth:    5
  5921. *Ldap*searchContent.marginHeight:    5
  5922. *Ldap*resultComment.topOffset:         4
  5923. *Ldap*ldapCommands.marginWidth:       10
  5924. *Ldap*ldapCommands.spacing:           20    
  5925. *Ldap*toAddrBook.labelString:       Add To Address Book
  5926. *Ldap*toCompose.labelString:         Compose Message
  5927.  
  5928. !
  5929. ! Navigator mouse documentation.
  5930. !
  5931. *tipLabel.fontList:           -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5932. Netscape*tipLabel.background:  #FFFFCC
  5933. Netscape*tipLabel.foreground:  Black
  5934. Netscape*tipShell.borderColor: Black
  5935. Netscape*tipShell.borderWidth: 1
  5936.  
  5937. !
  5938. ! Browser documentation and tip strings
  5939. !
  5940.  
  5941. ! Navigator/Toolbar (tip strings and special documentation strings)
  5942. *back.tipString:                    Go to previous page
  5943. *forward.tipString:                    Go to next page
  5944. *home.tipString:                    Go to the Home page
  5945. *home.documentationString:          Go to the Home page
  5946. *search.tipString:                  Search on the Internet
  5947. *search.documentationString:        Search the Internet for information
  5948. *MailThread*search.documentationString:  Search mail and newsgroup messages
  5949. *MailMsg*search.documentationString:  Search mail and newsgroup messages
  5950. *MailFolder*search.documentationString:  Search mail and newsgroup messages
  5951. *destinations.tipString:            Your personal start page
  5952. *destinations.documentationString:  Go to your personal start page
  5953. *guide.tipString:            Interesting places on the Internet
  5954. *guide.documentationString:  Go to interesting places on the Internet
  5955. *myshopping.tipString:            Go to Shop@Netscape
  5956. *myshopping.documentationString:    Go to Shop@Netscape
  5957. *showImages.tipString:              Display images on this page
  5958. *reload.tipString:                  Reload this page from the server
  5959. *stopLoading.tipString:             Stop the current transfer
  5960.  
  5961. !
  5962. ! Some mail/news documentation and tip strings
  5963. !
  5964. !*MailFolder*stopLoading.tipString:  Stop downloading messages
  5965. !*MailFolder*search.documentationString:    Search mail and newsgroup messages
  5966. !*MailThread*search.documentationString:    Search mail and newsgroup messages
  5967. !*MailMsg*search.documentationString:    Search mail and newsgroup messages
  5968.  
  5969. !!
  5970. !! *urlBarItem
  5971. !!
  5972. *urlBarItem.shadowType:                    shadow_out
  5973. *urlBarItem.shadowThickness:            1
  5974. *urlBarItem.marginLeft:                    1
  5975. *urlBarItem.marginRight:                1
  5976. *urlBarItem.marginTop:                    1
  5977. *urlBarItem.marginBottom:                1
  5978.  
  5979. !!
  5980. !! *bookmarkQuickfile
  5981. !!
  5982. *bookmarkQuickfile.labelString:            Bookmarks
  5983. *bookmarkQuickfile.tipString:            Bookmark QuickFile
  5984. *bookmarkQuickfile.documentationString:    Bookmark QuickFile
  5985. *bookmarkQuickfile.topOffset:            2
  5986. *bookmarkQuickfile.leftOffset:            2
  5987. *bookmarkQuickfile.buttonLayout:        button_label_on_right
  5988. *bookmarkQuickfile.mappingDelay:        0
  5989.  
  5990. !!
  5991. !! *relatedItems
  5992. !!
  5993. *relatedItems.labelString:                What's Related
  5994. *relatedItems.tipString:                What's Related
  5995. *relatedItems.documentationString:        What's Related
  5996. *relatedItems.topOffset:                2
  5997. *relatedItems.leftOffset:                2
  5998. *relatedItems.buttonLayout:                button_label_on_right
  5999.  
  6000. !!
  6001. !! *urlLocationProxyIcon
  6002. !!
  6003. *urlLocationProxyIcon.tipString:    \
  6004. Drag this to create a link to this page
  6005. *urlLocationProxyIcon.documentationString:    \
  6006. Drag this to create a link to this page
  6007. *urlLocationProxyIcon.topOffset:        3
  6008. *urlLocationProxyIcon.leftOffset:        3
  6009. *urlLocationProxyIcon.cursor:            hand2
  6010.  
  6011. *urlLocationProxyIcon.shadowThickness:            0
  6012. *urlLocationProxyIcon.raiseBorderThickness:        0
  6013. *urlLocationProxyIcon.fillOnArm:                false
  6014. *urlLocationProxyIcon.buttonLayout:                button_pixmap_only
  6015.  
  6016.  
  6017. !!
  6018. !! *urlLocationLabel
  6019. !!
  6020. *urlLocationLabel.alignment:                alignment_end
  6021. *urlLocationLabel.recomputeSize:            False
  6022. *urlLocationLabel.marginHeight:                0
  6023. *urlLocationLabel.leftOffset:                4
  6024.  
  6025.  
  6026. *urlLocationLabel.netsiteLabelString:        Netsite:
  6027. *urlLocationLabel.uneditedLabelString:        Location:
  6028. *urlLocationLabel.editedLabelString:        Go To:
  6029.  
  6030. ! this must be the longer of the two...
  6031. *urlLocationLabel.labelString:                Location:
  6032.  
  6033. !!
  6034. !! Fixed Quickfile items
  6035. !!
  6036. *bookmarkQuickfile*addBookmark.labelString:                Add Bookmark
  6037. *bookmarkQuickfile*addBookmark.mnemonic:                    A
  6038. *bookmarkQuickfile*addBookmark.acceleratorText:            Ctrl+K
  6039.  
  6040. *bookmarkQuickfile*openBookmarks.labelString:                Edit Bookmarks...
  6041. *bookmarkQuickfile*openBookmarks.mnemonic:                    E
  6042. *bookmarkQuickfile*openBookmarks.acceleratorText:            Ctrl+B
  6043.  
  6044. *bookmarkQuickfile*fileBookmarksSubmenu.labelString:        File Bookmark
  6045. *bookmarkQuickfile*fileBookmarksSubmenu.mnemonic:            F
  6046.  
  6047. !!
  6048. !! *personalToolbarItem
  6049. !!
  6050. *personalToolbarItem.shadowType:                shadow_out
  6051. *personalToolbarItem.shadowThickness:            1
  6052. *personalToolbarItem.marginLeft:                1
  6053. *personalToolbarItem.marginRight:                1
  6054. *personalToolbarItem.marginTop:                    1
  6055. *personalToolbarItem.marginBottom:                1
  6056.  
  6057. *personalToolbar.shadowThickness:                0
  6058. *personalToolbar.marginLeft:                    0
  6059. *personalToolbar.marginRight:                    0
  6060. *personalToolbar.marginTop:                        0
  6061. *personalToolbar.marginBottom:                    0
  6062.  
  6063. *personalToolbar.spacing:                        1
  6064. *personalToolbar.raiseBorderThickness:            2
  6065.  
  6066. *personalToolbar*XfeButton.marginBottom:        1
  6067. *personalToolbar*XfeButton.marginLeft:            1
  6068. *personalToolbar*XfeButton.marginRight:            1
  6069. *personalToolbar*XfeButton.marginTop:            1
  6070. *personalToolbar*XfeButton.shadowThickness:        1
  6071.  
  6072. *personalToolbar*XfeCascade.marginBottom:        1
  6073. *personalToolbar*XfeCascade.marginLeft:            1
  6074. *personalToolbar*XfeCascade.marginRight:        1
  6075. *personalToolbar*XfeCascade.marginTop:            1
  6076. *personalToolbar*XfeCascade.shadowThickness:    1
  6077. *personalToolbar*XfeCascade.mappingDelay:        0
  6078.  
  6079. *personalToolbar*toolBarSeparator.shadowThickness:        0
  6080. *personalToolbar*toolBarSeparator.width:                20
  6081. *personalToolbar*toolBarSeparator.height:                2
  6082. *personalToolbar*toolBarSeparator.orientation:            horizontal
  6083.  
  6084.  
  6085. ! Navigator/Dashboard
  6086. *docinfoLabel.documentationString:    \
  6087. Security indicator, document is secure when doorkey is unbroken
  6088. *docinfoLabel.tipString:            Security Indicator
  6089. *biffButton.documentationString:    Launch mail window, and check for new mail
  6090. *biffButton.tipString:              Check Mail
  6091.  
  6092. ! Editor/Toolbar
  6093. *editorNewBlank.tipString:          New Document
  6094. *editorOpenFile.tipString:          Open File
  6095. *save.tipString:                    Save
  6096. *browsePage.tipString:              View in Browser
  6097. *editorBrowse.tipString:            View in Browser
  6098. *cut.tipString:                     Cut
  6099. *copy.tipString:                    Copy
  6100. *paste.tipString:                   Paste
  6101. *publish.tipString:                 Publish Document
  6102. *findInObject.tipString:            Find in Page <Ctrl+F>
  6103. *Editor*openPage.tipString:         Open File
  6104.  
  6105. *findInObject.tipString:            Find in Page <Ctrl+F>
  6106.  
  6107. *editorFormattingToolbar*buttonLayout:    button_pixmap_only
  6108. *editorFormattingToolbar*buttonLayout:    button_pixmap_only
  6109. *editorFormattingToolbar*mappingDelay:    0
  6110.  
  6111. *charSizeShrink.documentationString: Decrease font size 1 unit
  6112. *charSizeShrink.tipString:          Decrease Font Size
  6113. *charSizeGrow.documentationString:  Increase font size 1 unit
  6114. *charSizeGrow.tipString:            Increase Font Size
  6115. *fontSize.documentationString:      Set font size
  6116. *fontSize.tipString:                Set Font Size
  6117. !*bold.documentationString:         Set the style to Bold <Ctrl+B>
  6118. *bold.tipString:                    Bold
  6119. !*italic.documentationString:       Set the style to Italic <Ctrl+I>
  6120. *italic.tipString:                  Italic
  6121. !*fixed.documentationString:        Set the style to Fixed Width <Ctrl+T>
  6122. *fixed.tipString:                   Fixed Width
  6123. !*textColor.documentationString:    Change or edit current font color
  6124. *textColor.tipString:               Font Color
  6125. *makeLink.documentationString:        \
  6126. Make link to highlighted text, change existing link(s), or insert new link
  6127. *makeLink.tipString:                Make Link
  6128. *insertLink.tipString:                Insert or Make Link
  6129. *clearAllStyles.tipString:          Clear All Styles <Ctrl+K>
  6130. *insertTarget.documentationString:  Insert a Target (Named Anchor)
  6131. *insertTarget.tipString:            Insert Target (Named Anchor)
  6132. *insertImage.documentationString:   Insert Image at current cursor location
  6133. *insertImage.tipString:             Insert Image
  6134. *insertHorizontalLine.documentationString:    \
  6135. Insert Horizontal Line at current cursor location
  6136. *insertHorizontalLine.tipString:    Insert Horizontal Line
  6137. *insertTable.documentationString:   Insert table at the insertion location
  6138. *insertTable.tipString:             Insert Table
  6139. *objectProperties.documentationString:    \
  6140. Change Properties of object at caret position
  6141. *objectProperties.tipString:        Object Properties
  6142.  
  6143. *paragraphProperties.documentationString: Change paragraph or heading style
  6144. *paragraphProperties.tipString:     Change Paragraph style
  6145. *insertBulleted.documentationString:    \
  6146. Start, change to, or clear an unnumbered (bulleted) list
  6147. *insertBulleted.tipString:          Bullet List
  6148. *insertNumbered.documentationString:    \
  6149. Start, change to, or clear a numbered list
  6150. *insertNumbered.tipString:          Numbered List
  6151. *indent.documentationString:    \
  6152. Increase indent of paragraph one level <Ctrl+=>
  6153. *indent.tipString:                  Increase Indent
  6154. *outdent.documentationString:    \
  6155. Decrease indent of paragraph one level <Ctrl+->
  6156. *outdent.tipString:                 Decrease Indent
  6157. *alignLeft.documentationString:     Align to left margin
  6158. *setAligmentStyleLeft.documentationString: Align to left margin
  6159. *alignLeft.tipString:               Align Left
  6160. *alignCenter.documentationString:   Center between margins
  6161. *setAligmentStyleCenter.documentationString: Center between margins
  6162. *alignCenter.tipString:             Align Center
  6163. *alignRight.documentationString:    Align to right margin
  6164. *setAligmentStyleRight.documentationString: Align to right margin
  6165. *alignRight.tipString:              Align Right
  6166.  
  6167. ! Formatting toolbar
  6168. *setParagraphStyle*documentationString: \
  6169. Change paragraph or heading style
  6170. *setParagraphStyle*tipString:       Paragraph Style
  6171. *setFontFace*documentationString:   Change font face
  6172. *setFontFace*tipString:             Font
  6173. *setFontSize*documentationString:   Change font size
  6174. *setFontSize*tipString:             Font Size
  6175. *setFontColor*documentationString:  Change font color
  6176. *setFontColor*tipString:            Font Color
  6177. *setFontColor*documentationString:  Change font color
  6178. *setFontColor*tipString:            Font Color
  6179. *toggleCharacterStyleBold.tipString: Bold <Ctrl+B>
  6180. *toggleCharacterStyleItalic.tipString: Italic <Ctrl+I>
  6181. *toggleCharacterStyleUnderline.tipString: Underline <Ctrl+U>
  6182. *insertNumberedList.tipString:      Numbered List
  6183. *insertNumberedList.documentationString: \
  6184. Start, change, or clear a numbered list
  6185. *insertBulletedList.tipString:      Bullet List
  6186. *insertBulletedList.documentationString: Start, change, or clear a bullet list
  6187. *setAlignmentStyle.tipString:       Alignment
  6188. *setAlignmentStyle.documentationString: Choose horizontal alignment
  6189. *insertLineBreak.documentationString: \
  6190. Insert break to continue text on new line
  6191. *insertBreakBelowImage.documentationString: \
  6192. Insert break to continue text below images to the left and the right
  6193. *setCharacterColor.documentationString: Change the current text color
  6194. *editorGoodiesMenu.tipString:           Insert Object
  6195. *editorGoodiesMenu.documentationString: Insert object
  6196.  
  6197. ! Editor/Popups (additional items)
  6198. *browseLink.documentationString:    Browse this link
  6199. *editLink.documentationString:      Open this link in a new editor window
  6200. *bookmarkLink.documentationString:  Add this link to the bookmark list  
  6201. *copyLink.documentationString:      Copy this link to the clipboard
  6202. *removeLink.documentationString:    \
  6203. Remove link at caret or all links within selected region
  6204.  
  6205. ! Mail/Toolbar
  6206. *getNewMail.tipString:              Get new mail
  6207. *deleteMessage.tipString:           Delete the selected message
  6208. *mailNew.tipString:                 Compose new message
  6209. *replyToSender.tipString:           Reply to the message
  6210. *replyToAll.tipString:              Reply to all recipients
  6211. *forwardMessage.tipString:          Forward the selected message
  6212. *previousUnreadMessage.tipString:   Previous unread message
  6213. *nextUnreadMessage.tipString:       Next unread message
  6214.  
  6215. ! Composition/Edit menu (additional items)
  6216. *pasteQuote.documentationString:    Insert clipboard contents in quoted form
  6217. *clear.documentationString:         Erase the selection
  6218. *clearAllText.documentationString:  Erase everything
  6219. *selectAllText.documentationString: Select the entire document
  6220. *rot13.documentationString:         Rotate message text by 13 characters
  6221.  
  6222. ! Composition/View menu (additional items)
  6223. *showFrom.documentationString:      Show the mail-from field
  6224. *showReplyTo.documentationString:   Show reply-to field
  6225. *showTo.documentationString:        Show mail-to field
  6226. *showCC.documentationString:        Show the Carbon-Copy field
  6227. *showBCC.documentationString:       Show the Blind-Carbon-Copy field
  6228. *showFCC.documentationString:       Show the copy file location field
  6229. *showPostTo.documentationString:    Show the Post-to-newsgroup field
  6230. *showFollowupTo.documentationString: Show the Send-followups-to field
  6231. *showSubject.documentationString:   Show the subject field
  6232. *showAttachments.documentationString: Show the attachments field
  6233. *wrapLines.documentationString:        Wrap lines longer than 72 characters
  6234.  
  6235. ! Composition/Options menu (additional items)
  6236. *deliverNow.documentationString:    Send messages immediately
  6237. *deliverLater.documentationString:  Defer sending messages until later
  6238.  
  6239. ! Compose/Toolbar
  6240. *sendOrSendLater.documentationString: Send the current message
  6241. *sendOrSendLater.tipString:         Send Message
  6242. *quoteMessage.documentationString:    \
  6243. Paste the text of the original document in quoted form
  6244. *quoteMessage.tipString:            Quote Original
  6245.  
  6246. *options.labelString:    Options
  6247. *options.tipString:    Display message options
  6248.  
  6249. *attach.tipString:  Include an attachment 
  6250. *attachFile.documentationString:    \
  6251. Attach a file to this message
  6252. *attachFile.tipString:  Attach File
  6253. *attachWebPage.documentationString:    \
  6254. Attach a web page to this message
  6255. *attachWebPage.tipString:  Attach Web Page
  6256. *deleteAttachment.documentationString:    \
  6257. Delete selected attachment
  6258. *deleteAttachment.tipString:  Delete Attachment
  6259.  
  6260. *attachAddressBookCard.documentationString:    \
  6261. Attach your personal card as a vCard
  6262. *attachAddressBookCard.tipString:  Attach My Card
  6263. *attachForm.documentationString:    \
  6264. Drag a document here to attach it to this message.
  6265. *attachForm.tipString: Drag document here to attach
  6266.  
  6267. !*editAddressBook.documentationString: Open the address book
  6268. *editAddressBook.tipString:         Addresses
  6269.  
  6270. *formattingToolbar*buttonLayout:    button_pixmap_only
  6271. *formattingToolbar*buttonLayout:    button_pixmap_only
  6272. *formattingToolbar*mappingDelay:    0
  6273.  
  6274.  
  6275. ! News/Toolbar
  6276. *postNew.tipString:                    Post new message
  6277. *postReply.tipString:                Post reply
  6278. *postAndMailReply.tipString:        Post and mail reply
  6279. *markThreadRead.tipString:          Mark thread read
  6280. *markAllRead.tipString:             Mark all read
  6281.  
  6282. ! Preferences dialog
  6283. !
  6284. *prefs*fontList:                            -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*
  6285. *prefs_popup.title:                            Netscape: Preferences
  6286. *pref.category:                             Category
  6287.  
  6288. *prefs.form.leftPane.topOffset:                8
  6289. *prefs.form.leftPane.leftOffset:            8
  6290. *prefs.form.leftPane.bottomOffset:            8
  6291.  
  6292. *prefs.form.rightPane.leftOffset:            8
  6293. *prefs.form.rightPane.rightOffset:            8
  6294. *prefs.form.rightPane.bottomOffset:            8
  6295.  
  6296. *prefs*pageTitle.alignment:                    ALIGNMENT_BEGINNING
  6297. *prefs*pageTitle.fontList:\
  6298. -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*=NORMAL,\
  6299. -*-helvetica-bold-r-*-*-*-140-*-*-*-*-iso8859-*=BOLD,\
  6300. -*-helvetica-medium-o-normal-*-*-120-*-*-*-*-iso8859-*=ITALIC
  6301.  
  6302. *prefs*categoryList*fontList:                -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*
  6303.  
  6304. *prefs*pageForm.topOffset:                    4
  6305. *prefs*XmFrame.marginWidth:                    8
  6306. *prefs*XmFrame.marginHeight:                4
  6307. *prefs*XmPushButtonGadget.marginWidth:        8
  6308.  
  6309. ! Preferences dialog - Appearance
  6310.  
  6311. *prefs*appearance*launchBoxLabel.labelString:    On startup, launch
  6312. *prefs*appearance*navigator.labelString:    Navigator
  6313. *prefs*appearance*messenger.labelString:    Messenger Mailbox
  6314. *prefs*appearance*collabra.labelString:        Newsgroups
  6315. *prefs*appearance*composer.labelString:        Page Composer
  6316. *prefs*appearance*conference.labelString:    Conference
  6317. *prefs*appearance*netcaster.labelString:    Netcaster
  6318. *prefs*appearance*calendar.labelString:        Calendar
  6319. *prefs*appearance*radio.labelString:        Radio    
  6320. *prefs*appearance*frame2*toolbarBoxLabel.labelString:    Show Toolbar As
  6321. *prefs*appearance*frame2*picAndText.labelString:    Pictures and Text
  6322. *prefs*appearance*frame2*picOnly.labelString:        Pictures Only
  6323. *prefs*appearance*frame2*textOnly.labelString:    Text Only
  6324. *prefs*appearance*frame2*showTooltips.labelString:    Show ToolTips
  6325. *prefs*appearance*frame2*showTooltips.tipString:    Toggle Toolbar Tips
  6326. *prefs*appearance*underline.labelString:        Underline Links
  6327.  
  6328. ! Preferences dialog - General/Fonts
  6329.  
  6330. *prefs*fontsFrame*fontsBoxLabel.labelString:    Fonts and Encodings
  6331. *prefs*fontsFrame*encodingLabel.labelString:    For the Encoding:
  6332. *prefs*fontsFrame*proportionalLabel.labelString:Variable Width Font:
  6333. *prefs*fontsFrame*propSizeLabel.labelString:    Size:
  6334. *prefs*fontsFrame*propSizeToggle.labelString:    Allow Scaling
  6335. *prefs*fontsFrame*fixedLabel.labelString:        Fixed Width Font:
  6336. *prefs*fontsFrame*fixedSizeLabel.labelString:    Size:
  6337. *prefs*fontsFrame*fixedSizeToggle.labelString:    Allow Scaling
  6338. *prefs*fontsFrame*0.labelString:                Any
  6339. *prefs*webFontFrame*useFontLabel.labelString:    Sometimes a document will provide its own fonts.
  6340. *prefs*webFontFrame*dynaFont.labelString:        Dynamic Fonts...
  6341. *prefs*webFontFrame*useMyFont.labelString:        \
  6342. Use my default fonts, overriding document-specified fonts 
  6343. *prefs*webFontFrame*useDocFontSelective.labelString:\
  6344. Use document-specified fonts, but disable Dynamic Fonts  
  6345. *prefs*webFontFrame*useDocFontWhenever.labelString:    \
  6346. Use document-specified fonts, including Dynamic Fonts  
  6347.  
  6348. ! Preferences dialog - General/Colors
  6349.  
  6350. *prefs*colors*colorBoxLabel.labelString:    Colors
  6351. *prefs*colors*textColorLabel.labelString:    Text:
  6352. *prefs*colors*bgColorLabel.labelString:        Background:
  6353. *prefs*colors*useDefColors.labelString:        Use Default
  6354. *prefs*colors*linksBoxLabel.labelString:    Links
  6355. *prefs*colors*linksLabel.labelString:        Unvisited Links:
  6356. *prefs*colors*vlinksLabel.labelString:        Visited Links:
  6357. *prefs*colors*underline.labelString:        Underline links
  6358. *prefs*colors*useColor.labelString:            \
  6359. Sometimes a document will provide its own colors and background
  6360. *prefs*colors*useMyColor.labelString:        Always use my colors, overriding document
  6361.  
  6362. ! Preferences dialog - Browser/Languages - Add
  6363.  
  6364. *prefsLang*fontList:                    -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*
  6365. *prefsLang_popup.title:                    Netscape: Add Languages
  6366. *prefsLang*langLabel.labelString:        Select the language you would like to add.\n\nLanguages:
  6367. *prefsLang*langList.visibleItemCount:    15
  6368. *prefsLang*otherLabel.labelString:        Others:
  6369.  
  6370. ! Preferences dialog - Smart Browsing
  6371. *prefs*relatedFrame*relatedBoxLabel.labelString:    What's Related
  6372. *prefs*relatedFrame*enableRelated.labelString:        Enable What's Related
  6373.  
  6374. *prefs*relatedFrame*autoloadLabel.labelString:        Automatically Load What's Related
  6375.  
  6376. *prefs*relatedFrame*autoloadAlways.labelString:        Always
  6377. *prefs*relatedFrame*autoloadAdaptive.labelString:    After First Use
  6378. *prefs*relatedFrame*autoloadNever.labelString:        Never
  6379.  
  6380. *prefs*relatedFrame*excludedLabel.labelString:        \
  6381. Enter a comma separated list of domain names for\n\
  6382. whose sites related items will never be loaded
  6383.  
  6384. *prefs*keywordFrame*keywordBoxLabel.labelString:    Internet Keywords
  6385. *prefs*keywordFrame*enableKeywords.labelString:        Enable Internet Keywords
  6386.  
  6387. ! Preferences dialog - Advanced
  6388.  
  6389. *prefs*advanced*showImage.labelString:            \
  6390. Automatically load images and other data types\n\
  6391. (Otherwise, click the Images button to load when needed)
  6392. *prefs*advanced*enableJava.labelString:            Enable Java
  6393. *prefs*advanced*enablePluginJVM.labelString:            Enable Java Plugin
  6394. *prefs*advanced*enableJs.labelString:            Enable JavaScript
  6395. *prefs*advanced*enableJsMailNews.labelString:           Enable JavaScript for Mail and News
  6396. *prefs*advanced*enableStyleSheet.labelString:    Enable Style Sheets
  6397. *prefs*advanced*emailAnonFtp.labelString:        Send email address as anonymous FTP password
  6398. *prefs*cookieFrame*cookieBoxLabel.labelString:    Cookies
  6399. *prefs*cookieFrame*alwaysAcceptCookie.labelString:    Accept all cookies
  6400. *prefs*cookieFrame*noForeignCookie.labelString:    \
  6401. Only accept cookies originating from the same server as\n\
  6402. the page being viewed
  6403. *prefs*cookieFrame*neverAcceptCookie.labelString:Do not accept or send cookies
  6404. *prefs*cookieFrame*warnCookie.labelString:        Warn me before accepting a cookie
  6405.  
  6406. *prefs*alertFrame*submDoc.labelString:            submitting a secure document
  6407. *prefs*alertFrame*dpyDoc.labelString:            displaying a secure document
  6408. *prefs*alertFrame*viewMixed.labelString:        viewing a document with a secure/insecure mix
  6409. *prefs*alertFrame*submForm.labelString:            submitting a form insecurely
  6410. *prefs*alertFrame*submMixedForm.labelString:    submitting a form with a secure/insecure mix
  6411.  
  6412. ! Preferences dialog - Browser/Applications
  6413.  
  6414. *prefs*applFrame*newButton.labelString:            New...
  6415. *prefs*applFrame*editButton.labelString:        Edit...
  6416. *prefs*applFrame*deleteButton.labelString:        Delete
  6417. *prefs*appl*folderLabel.labelString:            Download files to:
  6418. *prefs*appl*browseButton.labelString:            Choose...
  6419.  
  6420. ! Preferences dialog - General - Applications - Edit
  6421.  
  6422. *prefsApplEdit*fontList:                        -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*
  6423. *prefsApplEdit_popup.title:                        Netscape: Application
  6424. *prefsApplEdit*mimeTypesDescriptionLabel.labelString: Description:
  6425. *prefsApplEdit*mimeTypesLabel.labelString:         MIMEType:
  6426. *prefsApplEdit*mimeTypesSuffixLabel.labelString:Suffixes:
  6427. *prefsApplEdit*applEditFrameLabel.labelString:    Handled By
  6428. *prefsApplEdit*applEditNavigator.labelString:     Navigator 
  6429. *prefsApplEdit*applEditPlugin.labelString:         Plug In:
  6430. *prefsApplEdit*applEditApp.labelString:         Application:
  6431. *prefsApplEdit*applEditSave.labelString:         Save To Disk
  6432. *prefsApplEdit*applEditUnknown.labelString:     Unknown:PromptUser
  6433. *prefsApplEdit*applEditAppBrowse.labelString:     Choose...
  6434. *prefsApplEdit*defaultOutgoingToggle.labelString: Use this MIME as the outgoing default for these extensions.
  6435.  
  6436. ! Preferences dialog - General/Cache
  6437.  
  6438. *prefs*cache*cacheLabel.labelString:        \
  6439. The cache is used to keep local copies of frequently accessed docu-\n\
  6440. ments and thus reduce time connected to the network. The Reload\n\
  6441. button will always compare the cache document to the network\n\
  6442. document and show the most recent one. To load pages and images\n\
  6443. from the network instead of the cache, press the Shift key and click\n\
  6444. the reload button.
  6445. *prefs*cache*cacheDirLabel.labelString:        Cache Folder:
  6446. *prefs*cache*memoryLabel.labelString:        Memory cache:
  6447. *prefs*cache*memoryK.labelString:            kBytes
  6448. *prefs*cache*diskLabel.labelString:            Disk cache:
  6449. *prefs*cache*diskK.labelString:                kBytes
  6450. *prefs*cache*verifyLabel.labelString:        \
  6451. Document in cache is compared to document on network
  6452. *prefs*cache*verifyRc*once.labelString:        Once per session
  6453. *prefs*cache*verifyRc*every.labelString:    Every time
  6454. *prefs*cache*verifyRc*never.labelString:    Never
  6455. *prefs*cache*browse.labelString:            Choose...
  6456. *prefs*cache*clearDisk.labelString:            Clear Disk Cache
  6457. *prefs*cache*clearMem.labelString:            Clear Memory Cache
  6458.  
  6459. ! Preferences dialog - General/Proxies
  6460.  
  6461. *prefs*proxies*proxiesLabel.labelString:        \
  6462. A network proxy is used to provide additional security between your\n\
  6463. computer and the Internet (usually along with a firewall) and/or to\n\
  6464. increase performance between networks by reducing redundant traffic\n\
  6465. via caching. Your system administrator can provide you with proper\n\
  6466. proxy settings.
  6467. *prefs*proxies*direct.labelString:            Direct connection to the internet
  6468. *prefs*proxies*manual.labelString:            Manual proxy configuration
  6469. *prefs*proxies*auto.labelString:            Automatic proxy configuration
  6470. *prefs*proxies*config.labelString:            Configuration location (URL)
  6471. *prefs*proxies*view.labelString:            View...
  6472. *prefs*proxies*reload.labelString:            Reload
  6473.  
  6474. ! Preferences dialog - General - Proxies - View
  6475.  
  6476. *prefsProxiesView*fontList:                    -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*
  6477. *prefsProxiesView_popup.title:                Netscape: View Manual Proxy Configuration
  6478. *prefsProxiesView*proxyViewLabel1.labelString:    \
  6479. You may configure a proxy and port number for each of the internet\n\
  6480. protocols that Netscape supports.
  6481. *prefsProxiesView*proxyViewLabel2.labelString:    \
  6482. You may provide a list of domains that Netscape should access directly,\n\
  6483. rather than via the proxy:
  6484. *prefsProxiesView*ftpProxyLabel.labelString:    FTP Proxy:
  6485. *prefsProxiesView*gopherProxyLabel.labelString:    Gopher Proxy:
  6486. *prefsProxiesView*httpProxyLabel.labelString:    HTTP Proxy:
  6487. *prefsProxiesView*httpsProxyLabel.labelString:    Security Proxy:
  6488. *prefsProxiesView*waisProxyLabel.labelString:    WAIS Proxy:
  6489. *prefsProxiesView*noProxyLabel.labelString:        No Proxy for:
  6490. *prefsProxiesView*socksHostLabel.labelString:    SOCKS Host:
  6491. *prefsProxiesView*ftpPortLabel.labelString:        Port:
  6492. *prefsProxiesView*gopherPortLabel.labelString:    Port:
  6493. *prefsProxiesView*httpPortLabel.labelString:    Port:
  6494. *prefsProxiesView*httpsPortLabel.labelString:    Port:
  6495. *prefsProxiesView*waisPortLabel.labelString:    Port:
  6496. *prefsProxiesView*socksPortLabel.labelString:    Port:
  6497.  
  6498. ! Roaming Access Conflict Dialog
  6499. *liConflict*queryLabel.labelString: What would you like to do?
  6500. *liConflict*alwaysToggle.labelString: Apply this decision to remaining items.
  6501.  
  6502. ! Preferences dialog - Roaming Access: General Prefs
  6503. !*prefs*liGeneral*topTitle.labelString: General Flags
  6504. *prefs*liGeneral*hint.labelString: \
  6505. Use Roaming Access to retrieve your user profile information from\n\
  6506. any place on the network.\n\
  6507. \n\
  6508. Your user profile information will then be retrieved from your\n\
  6509. Roaming Access server each time on startup and transferred to the\n\
  6510. server on shutdown.
  6511.  
  6512. *prefs*liGeneral*enableToggle.labelString: Enable Roaming Access for this profile
  6513. !*prefs*liGeneral*syncToggle.labelString: Background synchronize every
  6514. !*prefs*liGeneral*unitLabel.labelString: minutes.
  6515. *prefs*liLoginAdvancedButton.labelString: Options
  6516.  
  6517. !*prefs*liGeneral*bottomTitle.labelString: User Information
  6518. *prefs*liGeneral*bottomFrame.topOffset: 20
  6519. *prefs*liGeneral*userInfoLabel.labelString: \
  6520. Please enter your login information to be used when retrieving your\n\
  6521. user profile from your Roaming Access server.
  6522. *prefs*liGeneral*userLabel.labelString: User Name:
  6523. *prefs*liGeneral*passwordLabel.labelString: Password:
  6524. *prefs*liGeneral*passwordText.maxLength: 256
  6525. *prefs*liGeneral*savePasswordToggle.labelString: Remember my Roaming Access password
  6526.  
  6527. ! Preferences dialog - Roaming Access: Server Prefs
  6528. *prefs*liServer*frameLabel.labelString: Server Information
  6529.  
  6530. *prefs*liServer*serverLabel.labelString: \
  6531. The information below is needed to connect to your Roaming Access\n\
  6532. server.  If you do not know the information requested, please contact\n\
  6533. your system administrator.
  6534.  
  6535. *prefs*liServer*bottomFrame.topOffset: 20
  6536. *prefs*liServer*ldapToggle.labelString: LDAP Directory Server
  6537. *prefs*liServer*ldapAddrLabel.labelString: Address:
  6538. *prefs*liServer*ldapBaseLabel.labelString: User DN:
  6539. *prefs*liServer*httpToggle.labelString: HTTP Server
  6540. *prefs*liServer*httpBaseLabel.labelString: Base URL:
  6541.  
  6542. ! Preferences dialog - Roaming Access: File Prefs
  6543. *prefs*liFiles*fileLabel.labelString: \
  6544. The user profile items selected below will be retrieved from your\n\
  6545. Roaming Access server on startup and transferred to the server\n\
  6546. on shutdown.
  6547. *prefs*liFiles*frameLabel.labelString: Items
  6548. *prefs*liFiles*bookmarkToggle.labelString: Bookmarks
  6549. *prefs*liFiles*cookiesToggle.labelString: Cookies
  6550. *prefs*liFiles*filterToggle.labelString: Mail Filters
  6551. *prefs*liFiles*addrbookToggle.labelString: Address Book
  6552. *prefs*liFiles*historyToggle.labelString: History
  6553. *prefs*liFiles*prefsToggle.labelString: User Preferences
  6554. *prefs*liFiles*javasecToggle.labelString: Java Security
  6555. *prefs*liFiles*certToggle.labelString: Certificates and Private Keys
  6556.  
  6557. ! Preferences dialog - Advanced/Disk space
  6558.  
  6559. *prefs*diskSpace*allMsgsBoxLabel.labelString:     All Messages
  6560. *prefs*diskSpace*maxMsgSize.labelString:         Do not store messages locally that are larger than
  6561. *prefs*diskSpace*k.labelString:                 kB
  6562. *prefs*diskSpace*askThreshold.labelString:         Automatically compact folders when it will save over
  6563. *prefs*diskSpace*k2.labelString:                 kB
  6564.  
  6565. *prefs*diskSpace*newsMsgsBoxLabel.labelString:     Newsgroups Messages Only
  6566. *prefs*diskSpace*newsMsgsLabel.labelString:     When it's time to clean up messages:
  6567. *prefs*diskSpace*keepNewsByAge.labelString:        Keep messages which have arrived within the past
  6568. *prefs*diskSpace*keepAllNews.labelString:        Keep all messages
  6569. *prefs*diskSpace*keepNewsByCount.labelString:    Keep
  6570. *prefs*diskSpace*keepUnreadNews.labelString:    Keep only unread messages
  6571. *prefs*diskSpace*daysLabel.labelString:         days
  6572. *prefs*diskSpace*msgsLabel.labelString:         newest messages
  6573. *prefs*diskSpace*more.labelString:                 More Options...
  6574. *prefs*diskSpace*rmMsgBodyToggle.labelString:    Remove message bodies only older than
  6575.  
  6576. ! Preferences dialog - Advanced/Help Files
  6577.  
  6578. *prefs*helpFiles*helpLabel.labelString:     Help files come from:
  6579. *prefs*helpFiles*netscapeToggle.labelString:Netscape's Help site
  6580. *prefs*helpFiles*installToggle.labelString:    Installed Help files
  6581. *prefs*helpFiles*customToggle.labelString:    Custom Page:
  6582. *prefs*helpFiles*browse.labelString:         Choose...
  6583.  
  6584. ! Preferences dialog - Advanced/SmartUpdate
  6585. *prefs*smartUpdate*enableToggle.labelString:     Enable SmartUpdate
  6586. *prefs*smartUpdate*confirmToggle.labelString:     Require manual confirmation of each install
  6587.  
  6588. *prefs*smartUpdate*uninstallLabel.labelString: To uninstall, select from the following list and click the Uninstall button
  6589. *prefs*smartUpdate*uninstallButton.labelString: Uninstall
  6590.  
  6591. ! Preferences dialog - Browser
  6592.  
  6593. *prefs*browser*indicatorType:                ONE_OF_MANY
  6594. *prefs*browser*XmLabelGadget.alignment:        ALIGNMENT_BEGINNING
  6595. *prefs*browser*browserBoxLabel.labelString:    Browser starts with
  6596. *prefs*browser*blankPage.labelString:        Blank page
  6597. *prefs*browser*homePage.labelString:        Home page
  6598. *prefs*browser*lastPage.labelString:        Last page visited
  6599. *prefs*browser*homePageBoxLabel.labelString:Home page
  6600. *prefs*browser*homePageLabel.labelString:    Clicking the Home button will take you to this page.
  6601. *prefs*browser*locLabel.labelString:        Location:
  6602. *prefs*browser*browse.labelString:            Choose...
  6603. *prefs*browser*useCurrent.labelString:        Use Current Page
  6604. *prefs*browser*historyBoxLabel.labelString:    History
  6605. *prefs*browser*expireLabel.labelString:        History expires after
  6606. *prefs*browser*daysLabel.labelString:        days
  6607. *prefs*browser*expireNow.labelString:        Clear History
  6608.  
  6609. ! Preferences dialog - Browser/Languages
  6610.  
  6611. *prefs*lang*langLabel.alignment:            ALIGNMENT_BEGINNING
  6612. *prefs*lang*langLabel.labelString:    \
  6613. Choose in order of preference the language(s) in which you prefer to\n\
  6614. view web pages. Web pages are sometimes available in serveral\n\
  6615. languages. Navigator presents the pages in the available language\n\
  6616. you most prefer.
  6617. *prefs*lang*addButton.labelString:        Add...
  6618. *prefs*lang*deleteButton.labelString:    Delete
  6619.  
  6620. ! Preferences dialog - Mail News
  6621.  
  6622. *prefs.quotedTextStyle.plain:                Plain
  6623. *prefs.quotedTextStyle.bold:                Bold
  6624. *prefs.quotedTextStyle.italic:                Italic
  6625. *prefs.quotedTextStyle.boldItalic:            Bold Italic
  6626. *prefs.quotedTextSize.normal:                Normal
  6627. *prefs.quotedTextSize.bigger:                Bigger
  6628. *prefs.quotedTextSize.smaller:                Smaller
  6629. *prefs*mailnews*quotedTextLabel.labelString:    \
  6630. Plain quoted text beginning with ">" is displayed with
  6631. *prefs*mailnews*quotedTextStyleLabel.labelString:    Style:
  6632. *prefs*mailnews*quotedTextSizeLabel.labelString:    Size:
  6633. *prefs*mailnews*quotedTextColorLabel.labelString:    Color:
  6634. *prefs*mailnews*msgArticleLabel.labelString:    \
  6635. Display plain text messages and articles with
  6636. *prefs*mailnews*fixedWidthFont.labelString:            Fixed width font
  6637. *prefs*mailnews*varWidthFont.labelString:            Variable width font
  6638. *prefs*mailnews*rememberSelected.labelString: Remember the last selected message.
  6639. *prefs*mailnews*reuseThread.labelString: Double-clicking a folder or newsgroup opens it in a new window.
  6640. *prefs*mailnews*reuseMsg.labelString: Double-clicking a message opens it in a new window.
  6641. *prefs*mailnews*confirmFolderTrash.labelString: Confirm when moving folders to the trash.
  6642.  
  6643. *prefs*mailnews*newsBehaviorLabel.labelString: The Newsgroups menu item or button:
  6644. *prefs*mailnews*newsInThreePaneToggle.labelString: Opens newsgroups in a Messenger window.
  6645. *prefs*mailnews*newsInMessageCenterToggle.labelString: Opens the Message Center.
  6646. ! Preferences dialog - Mail News/Messages
  6647. *prefs*mailnewsMessages*replyLabel.labelString: Forwarding and Replying to messages:
  6648. *prefs*mailnewsMessages*forwardLabel.labelString: By default, forward messages:
  6649. *prefs*mailnewsMessages*autoquoteToggle.labelString: Automatically quote the original message when replying
  6650. *prefs*mailnewsMessages*autoquoteMyReplyLabel.labelString: Then, 
  6651. *prefs*mailnewsMessages*autoquoteSepLabel.labelString: Separate reply and quoted text by 
  6652. *prefs*mailnewsMessages*autoquoteSepLinesLabel.labelString: lines
  6653. *prefs*mailnewsMessages*spellToggle.labelString: Spell check messages before sending
  6654. *prefs*mailnewsMessages*wrapLabel.labelString: Message Wrapping:
  6655. *prefs*mailnewsMessages*wrapToggle.labelString: Wrap incoming, plain text messages to window width
  6656. *prefs*mailnewsMessages*wrapLengthLabel.labelString: Wrap outgoing, plain text messages at:
  6657. *prefs*mailnewsMessages*wrapLengthAfterLabel.labelString: characters
  6658. *prefs*mailnewsMessages*eightbitLabel.labelString: Send messages that use 8-bit characters:
  6659. *prefs*mailnewsMessages*eightbitAsIsToggle.labelString: As is (does not work well with some mail servers)
  6660. *prefs*mailnewsMessages*eightbitQuotedToggle.labelString: \
  6661. Using the "quoted printable" MIME encoding\n\
  6662. (does not work well with some mail or newsgroup readers)
  6663.  
  6664. ! Preferences dialog - Mail News/Identity
  6665.  
  6666. *prefs*mailnewsIdentity*idLabel.labelString:        \
  6667. The information below is needed before you can send mail. If you do\n\
  6668. not know the information requested, please contact your system\n\
  6669. administrator or Internet Service Provider.
  6670. *prefs*mailnewsIdentity*nameLabel.labelString:    Your name:
  6671. *prefs*mailnewsIdentity*emailAddrLabel.labelString:    Email address:
  6672. *prefs*mailnewsIdentity*replyToAddrLabel.labelString:    \
  6673. Reply-to address (only needed if different from email address):
  6674. *prefs*mailnewsIdentity*orgLabel.labelString:    Organization:
  6675. *prefs*mailnewsIdentity*sigFileLabel.labelString:    Signature File:
  6676. *prefs*mailnewsIdentity*browse.labelString:        Choose...
  6677. *prefs*mailnewsIdentity*editCardButton.labelString: Edit Card...
  6678. *prefs*mailnewsIdentity*attachCard.labelString:    Attach my personal card to messages (as a vCard)
  6679. *prefs*mailnewsIdentity*editCard.labelString:    Edit Card...
  6680.  
  6681. ! Preferences dialog - Mail News/Mail Server
  6682.  
  6683. *prefs*mailnewsMserver*iServerFrame*incomingServerLabel.labelString: \
  6684.  Incoming Mail Servers
  6685. *prefs*mailnewsMserver*oServerFrame*outgoingServerLabel.labelString: \
  6686. Outgoing Mail Server
  6687. *prefs*mailnewsMserver*localFrame*localMailDirLabel.labelString: \
  6688. Local mail directory
  6689. *prefs*mailnewsMserver*iServerFrame*iServerBox*ButtonForm*newButton.labelString: \
  6690. Add...
  6691. *prefs*mailnewsMserver*iServerFrame*iServerBox*ButtonForm*editButton.labelString: \
  6692. Edit...
  6693. *prefs*mailnewsMserver*iServerFrame*iServerBox*ButtonForm*deleteButton.labelString: \
  6694. Delete
  6695. *prefs*mailnewsMserver*iServerFrame*iServerBox*ButtonForm*defaultButton.labelString: \
  6696. Set as Default
  6697.  
  6698. *prefs*mailnewsMserver*iServerFrame*iServerBox*incomingServerLabel.labelString:\
  6699. To set server properties (such as checking for\n\
  6700. new messages automatically), select a server\n\
  6701. and then click Edit.
  6702. *SubUpgradeDialog*paragraphLabel.labelString: \
  6703. Messenger detects that you have upgraded from a previous version. In order to read your\n\
  6704. mail, Messenger will need to know which folders you would like to subscribe to.\n\
  6705. \n\
  6706. Only folders you subscribe to will appear in your folder view. Any folders you do not\n\
  6707. subscribe to will not be available. (Note: you can always change which folders\n\
  6708. you subscribe to later on by selecting Subscribe from the File menu.)
  6709. *SubUpgradeDialog*customToggle.labelString: \
  6710. Let me choose now which folders are subscribed to
  6711.  
  6712. ! Preferences dialog - incoming mail server - new server pop up
  6713.  
  6714. *MailServerInfo.title:    Netscape: Mail server info
  6715. *MailServerInfo*form1*ServerName.labelString: \
  6716. Server Name:
  6717. *MailServerInfo*form1*ServerType.labelString: \
  6718. Server Type:
  6719. *MailServerInfo*form1*ServerUser.labelString: \
  6720. User Name:
  6721. *MailServerInfo*form1*RememberPass.labelString: \
  6722. Remember password.
  6723. *MailServerInfo*form1*CheckMail.labelString: \
  6724. Check for mail every
  6725. *MailServerInfo*form1*MinuteLabel.labelString: \
  6726. minutes.
  6727. *MailServerInfo*form1*downloadToggle.labelString: \
  6728. Automatically download any new messages.
  6729. *MailServerInfo*form1*imapOption.labelString: IMAP
  6730. *MailServerInfo*form1*popOption.labelString: POP
  6731. *MailServerInfo*form1*movemailOption.labelString: MoveMail
  6732.  
  6733. ! Imap tab
  6734.  
  6735. *prefs_popup*MailServerInfo*xmlFolder*form2*imapImap.labelString: IMAP
  6736. *prefs_popup*MailServerInfo*xmlFolder*form2*deleteLabel.labelString: \
  6737. When I delete a message:
  6738. *prefs_popup*MailServerInfo*xmlFolder*form2*trashToggle.labelString: \
  6739. Move it to the Trash folder.\n\
  6740. (It will be removed when I select 'Empty Trash')
  6741. *prefs_popup*MailServerInfo*xmlFolder*form2*markToggle.labelString: \
  6742. Mark it as deleted.\n\
  6743. (It will be removed when I select 'Compact This Folder')
  6744. *prefs_popup*MailServerInfo*xmlFolder*form2*removeToggle.labelString: \
  6745. Remove it immediately.\n\
  6746. (It can be restored by selecting Undo)
  6747. *prefs_popup*MailServerInfo*xmlFolder*form2*trashExitToggle.labelString:\
  6748. Empty Trash on Exit.
  6749. *prefs_popup*MailServerInfo*xmlFolder*form2*expungeExitToggle.labelString:\
  6750. Clean up ("Expunge") Inbox on Exit.
  6751. *prefs_popup*MailServerInfo*xmlFolder*form2*cleanupAllExitToggle.labelString:\
  6752. Clean up all folders on Exit.
  6753. *prefs_popup*MailServerInfo*xmlFolder*form2*UseSSL.labelString: \
  6754. Use secure connection. (SSL)
  6755.  
  6756. ! Advanced tab 
  6757.  
  6758. *MailServerInfo*form3*PathPrefsLabel.labelString: \
  6759. These preferences specify the different namespaces on your\n\
  6760. IMAP server.
  6761. *MailServerInfo*form3*PersonalDir.labelString: \
  6762. Personal Namespace
  6763. *MailServerInfo*form3*PublicDir.labelString: \
  6764. Public (shared)
  6765. *MailServerInfo*form3*OtherUsers.labelString: \
  6766. Other Users
  6767. *MailServerInfo*form3*AllowServer.labelString: \
  6768. Allow server to override these namespaces
  6769. *MailServerInfo*form3*imapDirLabel.labelString: \
  6770. IMAP server directory:
  6771. *MailServerInfo*form3*subfolderMessageToggle.labelString: \
  6772. Server supports folders that contain subfolders and messages.
  6773. *MailServerInfo*form3*useSubscriptions.labelString: \
  6774. Show only subscribed folders.
  6775.  
  6776. ! pop server - general tab
  6777.  
  6778. *MailServerInfo*form4*LeaveMessages.labelString: \
  6779. Leave messages on server
  6780. *MailServerInfo*form4*CleanupAllFolders.labelString: \
  6781. Cleanup all folders on Exit
  6782. *MailServerInfo*form4*deleteOnPopServer.labelString: \
  6783. When deleting a message locally, remove it from the server.
  6784.  
  6785. ! Movemail tab
  6786.  
  6787. *MailServerInfo*form5*builtinToggle.labelString: Use built-in movemail
  6788. *MailServerInfo*form5*externalToggle.labelString: Use an external application:
  6789. *MailServerInfo*form5*appChoose.labelString: Choose..
  6790. ! Preferences dialog - outgoing mail server
  6791. *prefs*mailnewsMserver*oServerFrame*oServerBox*outgoingServerLabel.labelString: \
  6792. Outgoing mail (SMTP) server:
  6793. *prefs*mailnewsMserver*oServerFrame*oServerBox*serverUsernameLabel.labelString:\
  6794. Outgoing mail server user name:
  6795. *prefs*mailnewsMserver*oServerFrame*oServerBox*chooseSSLLabel.labelString: \
  6796. Use Secure Socket Layer (SSL) or TLS for outgoing messages:
  6797. *prefs*mailnewsMserver*oServerFrame*oServerBox*sslNever.labelString: \
  6798. Never
  6799. *prefs*mailnewsMserver*oServerFrame*oServerBox*sslIfPossible.labelString: \
  6800. If Possible
  6801. *prefs*mailnewsMserver*oServerFrame*oServerBox*sslAlways.labelString: \
  6802. Always
  6803.  
  6804. ! Preferences dialog - mail server - local mail directory
  6805.  
  6806. *prefs*mailnewsMserver*localFrame*localBox*localMailDir.labelString: \
  6807. Directory: 
  6808. *prefs*mailnewsMserver*localFrame*localBox*chooseButton.labelString: \
  6809. Choose...
  6810.  
  6811. ! Preferences dialog - Mail News/News Server
  6812.  
  6813. *prefs*mailnewsNServer*serverLabel.labelString:
  6814. *prefs*mailnewsNServer*serverAddButton.labelString: Add...
  6815. *prefs*mailnewsNServer*serverEditButton.labelString: Edit...
  6816. *prefs*mailnewsNServer*serverDeleteButton.labelString: Delete
  6817. *prefs*mailnewsNServer*serverDefaultButton.labelString: Set as Default
  6818. *prefs*mailnewsNServer*localLabel.labelString: Newsgroup directory:
  6819. *prefs*mailnewsNServer*dirLabel.labelString: Newsgroup (news) folder:
  6820. *prefs*mailnewsNServer*chooseButton.labelString: Choose...
  6821. *prefs*mailnewsNServer*sizeLimitToggle.labelString: Ask me before downloading more than 
  6822. *prefs*mailnewsNServer*sizeLimit2.labelString: messages.
  6823.  
  6824. ! Preferences dialog - Mail News/News Server popup
  6825.  
  6826. *NewsServerInfo*serverLabel.labelString: Server:
  6827. *NewsServerInfo*portLabel.labelString: Port:
  6828. *NewsServerInfo*sslToggle.labelString: \
  6829. Support encrypted connections (SSL)
  6830. *NewsServerInfo*passwordToggle.labelString: \
  6831. Always use name and password
  6832.  
  6833. ! Preferences dialog - Mail News/Address Book
  6834.  
  6835. *prefs*mailnewsAddrBook*addrBookLabel.labelString:    \
  6836. When searching directories, search for items using\n\
  6837. these directories in the following order:
  6838. *prefs*mailnewsAddrBook*newButton.labelString:        New...
  6839. *prefs*mailnewsAddrBook*editButton.labelString:        Edit...
  6840. *prefs*mailnewsAddrBook*deleteButton.labelString:    Delete
  6841. *prefs*mailnewsAddrBook*fullNameLabel.labelString:    Show full names as
  6842. *prefs*mailnewsAddrBook*firstLastToggle.labelString:(First Name)(Last Name)
  6843. *prefs*mailnewsAddrBook*lastFirstToggle.labelString:(Last Name),(First Name)
  6844. *prefs*mailnewsAddrBook*firstLastLabel.labelString:    (John Smith)
  6845. *prefs*mailnewsAddrBook*lastFirstLabel.labelString:    (Smith, John)
  6846.  
  6847. *prefs*mailnewsAddress*messageLabel.labelString: Pinpoint Addressing:
  6848. *prefs*mailnewsAddress*completeLabel.labelString: Look for addresses in the following:
  6849. *prefs*mailnewsAddress*completeABToggle.labelString: Address books.
  6850. *prefs*mailnewsAddress*completeDirToggle.labelString: Directory server:
  6851. *prefs*mailnewsAddress*conflictLabel.labelString: When there are multiple addresses found:
  6852. *prefs*mailnewsAddress*conflictShowToggle.labelString: Show me a list of choices
  6853. *prefs*mailnewsAddress*conflictAcceptToggle.labelString: Accept what I have typed
  6854. *prefs*mailnewsAddress*onlyMatchLabel.labelString: If there is only one match in your personal address books:
  6855. *prefs*mailnewsAddress*onlyMatchToggle.labelString: Use the address and do not search in the directory
  6856. *prefs*mailnewsAddress*sortLabel.labelString: When displaying full names:
  6857. *prefs*mailnewsAddress*sortFirstToggle.labelString: Show names using display name. (from address book card)
  6858. *prefs*mailnewsAddress*sortLastToggle.labelString: Show names using last name, first name.
  6859. ! Preferences dialog - Mail News/Directory - New/Edit
  6860.  
  6861. *prefsLdapProp*fontList:                    -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*
  6862. *prefsLdapProp_popup.title:                    Netscape: LDAP Server Preferences
  6863. *prefsLdapProp*descLabel.labelString:        Description:    
  6864. *prefsLdapProp*serverLabel.labelString:        LDAP Server:
  6865. *prefsLdapProp*rootLabel.labelString:        Search Root:
  6866. *prefsLdapProp*portNumberLabel.labelString:    Port Number:
  6867. *prefsLdapProp*numHitLabel.labelString:        Maximum Number of Hits:
  6868. *prefsLdapProp*secure.labelString:            Secure
  6869. *prefsLdapProp*savePasswd.labelString:        Save Password
  6870.  
  6871. ! Preferences dialog - Mail News/Message Copies
  6872.  
  6873. *prefs*mailnewsCopies*newsCopies.labelString: When sending a newsgroup message, automatically
  6874. *prefs*mailnewsCopies*newsOtherToggle.labelString: BCC other addresses:
  6875. *prefs*mailnewsCopies*newsChooseButton.labelString: Choose Folder ...
  6876. *prefs*mailnewsCopies*newsFccToggle.labelString: Folder %s on %s
  6877. *prefs*mailnewsCopies*mailCopies.labelString: When sending a mail message, automatically
  6878. *prefs*mailnewsCopies*mailOtherToggle.labelString: BCC other addresses:
  6879. *prefs*mailnewsCopies*mailChooseButton.labelString: Choose Folder ...
  6880. *prefs*mailnewsCopies*mailFccToggle.labelString: Folder %s on %s
  6881. *prefs*mailnewsCopies*dtCopies.labelString: Storage for Drafts and Templates
  6882. *prefs*mailnewsCopies*dSaveToggle.labelString: Keep drafts in '%s' on %s
  6883. *prefs*mailnewsCopies*tSaveToggle.labelString: Keep templates in '%s' on %s
  6884. *prefs*mailnewsCopies*dFccButton.labelString: Choose Folder ...
  6885. *prefs*mailnewsCopies*tFccButton.labelString: Choose Folder ...
  6886.  
  6887. *prefsMailFolderDialog*specificFolder.labelString: Other:
  6888.  
  6889. ! Preferences dialog - HTML Formatting
  6890. *prefs*mailnewsHTML*useHTML.labelString: Message formatting
  6891. *prefs*mailnewsHTML*useHTMLToggle.labelString: Use the HTML editor to compose messages.
  6892. *prefs*mailnewsHTML*usePlainToggle.labelString: Use the plain text editor to compose messages.
  6893. *prefs*mailnewsHTML*noHTML.labelString: When sending HTML messages to recipients who are not\nlisted as being able to receive them:
  6894. *prefs*mailnewsHTML*noHTMLoverride.labelString: You can override these settings in any message through the\noptions panel of the message composition window.
  6895. *prefs*mailnewsHTML*noHTMLAsk.labelString: Ask me what to do if the message has HTML formatting,\notherwise send plain text.
  6896. *prefs*mailnewsHTML*noHTMLText.labelString: Convert the message into plain text.\n(may lose some formatting)
  6897. *prefs*mailnewsHTML*noHTMLHTML.labelString: Send the message in HTML anyway\n(some recipients may not be able to read it)
  6898. *prefs*mailnewsHTML*noHTMLBoth.labelString: Send the message in plain text and HTML\n(uses more disk space)
  6899.  
  6900. *prefs*editor*authorLabel.labelString:        Author name:
  6901. *prefs*editor*externalFrameTitle.labelString:    External editors
  6902. *prefs*editor*htmlLabel.labelString:        HTML source:
  6903. *prefs*editor*imageLabel.labelString:        Images:
  6904. *prefs*editor*locationLabel.labelString:    Template for new page:
  6905. *prefs*editor*restoreDefault.labelString:    Use Default
  6906. *prefs*editor*browseTemplate.labelString:    Choose...
  6907. *prefs*editor*autosaveEnable.labelString:    Automatically save page every
  6908. *prefs*editor*minutes.labelString:            minutes
  6909. *prefs*editor*browse.labelString:            Choose...
  6910.  
  6911. ! Preferences dialog - Read Receipts
  6912. *prefs*mailnewsReceipts*requestReceiptsLabel.labelString: If I request a receipt when sending a message, I want
  6913. *prefs*mailnewsReceipts*dsn.labelString: A delivery receipt from the receiving server (DSN)
  6914. *prefs*mailnewsReceipts*mdn.labelString: A read receipt notify me when recipients display this message (MDN)
  6915. *prefs*mailnewsReceipts*both.labelString: Both types of receipt
  6916. *prefs*mailnewsReceipts*receiptsArriveLabel.labelString: When a receipt arrives
  6917. *prefs*mailnewsReceipts*inbox.labelString: Leave it in my inbox
  6918. *prefs*mailnewsReceipts*sentmail.labelString: Move it to my Sent Mail folder
  6919. *prefs*mailnewsReceipts*receiveReceiptsLabel.labelString: When I receive a message and sender requested a receipt (MDN)
  6920. *prefs*mailnewsReceipts*never.labelString: Never return a receipt
  6921. *prefs*mailnewsReceipts*some.labelString: Return receipts for some messages
  6922. *prefs*mailnewsReceipts*customizeButton.labelString: Customize...
  6923.  
  6924. ! make sure these are multi-line, otherwise the widgets line up funny
  6925. *prefsDialogReceipts.title: Customize Return Receipts
  6926. *prefsDialogReceipts*instructLabel.labelString:\
  6927. When I receive a message and its sender requested a receipt\n\
  6928. (MDN), send one in the following cases:
  6929. *prefsDialogReceipts*mailingLabel.labelString:\
  6930. If I'm not in the To or CC list of the message\n\
  6931. (as for a message to a mailing list):
  6932. *prefsDialogReceipts*outsideLabel.labelString:\
  6933. If the message comes from outside the\n\
  6934. domain (domain here):
  6935. *prefsDialogReceipts*otherLabel.labelString:\
  6936. In all other cases:
  6937.  
  6938. ! Preferences dialog - Editor/Publish
  6939.  
  6940. *prefs*editor*linksAndImagesTitle.labelString:    Links and images
  6941. *prefs*editor*linksAndImagesLabel.labelString:    \
  6942. When saving remote documents and when inserting links and images:
  6943. *prefs*editor*linksToggle.labelString:        Maintain links
  6944. *prefs*editor*linksInfo.labelString:            \
  6945. Adjust links to work from the document's location. Links to local\n\
  6946. files will work when local versions exist.
  6947. *prefs*editor*imagesToggle.labelString:        Keep images with document
  6948. *prefs*editor*imagesInfo.labelString:        \
  6949. Save copies of images to the document's location. Images will\n\
  6950. always appear in local versions of the document and when it is\n\
  6951. published.
  6952. *prefs*editor*linksAndImagesTip.labelString:        \
  6953. Tip: Set both options if you will be using remote publishing.
  6954. *prefs*editor*publishTitle.labelString:        Default publishing location
  6955. *prefs*editor*publishLabel.labelString:        Publish to (FTP or HTTP):    
  6956. *prefs*editor*browseLabel.labelString:        Browse to (HTTP):
  6957.  
  6958. ! Preferences dialog - Offline
  6959.  
  6960. *prefs*offline*startupBoxLabel.labelString:    Startup Communicator in
  6961. *prefs*offline*online.labelString:            Online Work Mode
  6962. *prefs*offline*offline.labelString:            Offline Work Mode
  6963. *prefs*offline*ask.labelString:                Ask Me
  6964. *prefs*offline*onlineDesc.labelString:\
  6965. Choose this if you are on a network and connected to the\n\
  6966. Internet all the time.
  6967. *prefs*offline*offlineDesc.labelString:\
  6968. Choose this if you use a modem and/or want to control\n\
  6969. when you make network connections.
  6970. *prefs*offline*askDesc.labelString:\
  6971. Choose this if you are not sure when you will have access\n\
  6972. to a network when you use Communicator. You will be\n\
  6973. prompted with a choice dialog on start up.
  6974.  
  6975. ! Preferences dialog - Offline/News
  6976.  
  6977. *prefs*offlineNews*downloadBoxLabel.labelString:     Message Download
  6978. *prefs*offlineNews*downloadMsgs.labelString:         Download
  6979. *prefs*offlineNews*downloadByDate.labelString:        Download by date
  6980. *prefs*offlineNews*downloadDateFrom.labelString:    from
  6981. *prefs*offlineNews*downloadDateSince.labelString:    since
  6982. *prefs*offlineNews*msgsLabel.labelString:            messages
  6983. *prefs*offlineNews*daysAgoLabel.labelString:        days ago
  6984. *prefs*offlineNews*discussionLabel.labelString:    \
  6985. In order to read newsgroups offline, you must first select them for\n\
  6986. download. Click the Select newsgroups... button to choose newsgroups\n\
  6987. for download.
  6988. *prefs*offlineNews*selectDiscussion.labelString:    Select Newsgroups...
  6989. *prefs*offlineNews*discussionLabel2.labelString:    (12 newsgroups selected)
  6990.  
  6991. ! Preferences dialog - page labels
  6992.  
  6993. *pref.appearance:                    Appearance
  6994. *pref.fonts:                        Fonts
  6995. *pref.colors:                        Colors
  6996. *pref.browser:                        Navigator
  6997. *pref.lang:                            Languages
  6998. *pref.smart:                        Smart Browsing
  6999. *pref.applications:                    Applications
  7000. *pref.mailNews:                        Mail & Newsgroups
  7001. *pref.identity:                        Identity
  7002. *pref.messages:                     Messages
  7003. *pref.mailServer:                    Mail Servers
  7004. *pref.newsServer:                    Newsgroups Servers
  7005. *pref.addressing:                   Addressing
  7006. *pref.copies:                       Copies and Folders
  7007. *pref.htmlmail:                     Formatting
  7008. *pref.readreceipts:                 Return Receipts
  7009. *pref.diskSpace:                    Disk Space
  7010. *pref.editor:                        Composer
  7011. *pref.editorAppearance:                New Page Colors
  7012. *pref.editorPublish:                Publish
  7013. *pref.offline:                        Offline
  7014. *pref.offlineNews:                    Groups
  7015. *pref.helpFiles:                    Help Files
  7016. *pref.advanced:                        Advanced
  7017. *pref.cache:                        Cache
  7018. *pref.proxies:                        Proxies
  7019. *pref.liGeneral:                    Roaming User
  7020. *pref.liServer:                        Server Information
  7021. *pref.liFiles:                        Item Selection
  7022.  
  7023. *prefDesc.appearance:                Change the appearance of the display
  7024. *prefDesc.fonts:                    Change the fonts in your display
  7025. *prefDesc.colors:                    Change the colors in your display
  7026. *prefDesc.browser:                    Specify the home page location
  7027. *prefDesc.lang:                        View web pages in different languages
  7028. *prefDesc.smart:                    Configure browsing aids
  7029. *prefDesc.applications:                Specify helper applications for different file types
  7030. *prefDesc.mailNews:                    Settings for Mail and Newsgroups
  7031. *prefDesc.identity:                    Set your name, email address, and signature file
  7032. *prefDesc.composition:                Choose settings for outgoing messages
  7033. *prefDesc.mailServer:                Specify servers for mail
  7034. *prefDesc.newsServer:                Specify your servers for reading newsgroups
  7035. *prefDesc.addressBook:                Choose directories for searching addresses
  7036. *prefDesc.addressing:               Settings for addressing messages
  7037. *prefDesc.copies:                   Copies, drafts, and templates
  7038. *prefDesc.messages:                 Choose settings for messages
  7039. *prefDesc.htmlMail:                 Message formatting
  7040. *prefDesc.readReceipts:             Settings for requesting or returning receipts.
  7041. *prefDesc.editor:                    Set general preferences for authoring Web pages
  7042. *prefDesc.editorAppearance:            Choose default appearance of new Web pages
  7043. *prefDesc.editorPublish:            Designate the default publishing location
  7044. *prefDesc.offline:                    Choose the startup mode of the product
  7045. *prefDesc.offlineNews:                Choose settings for reading newsgroups offline
  7046. *prefDesc.diskSpace:                Manage the amount of disk space taken by messages
  7047. *prefDesc.helpFiles:                Choose Help files
  7048. *prefDesc.advanced:                    Change preferences that affect the entire product
  7049. *prefDesc.cache:                    Designate the size of the cache
  7050. *prefDesc.proxies:                    Configure proxies to access the Internet
  7051. *prefDesc.liGeneral:                Enter your server login information
  7052. *prefDesc.liServer:                    Specify the Roaming Access server information
  7053. *prefDesc.liFiles:                    Specify which items to transfer
  7054. *prefDesc.smartUpdate:                Configure software installation
  7055.  
  7056. ! Preferences dialog - TODOs
  7057.  
  7058.  
  7059. *prefs*mailnewsMserver*inboxToggle.sensitive:    false
  7060.  
  7061.  
  7062. ! Color picker
  7063.  
  7064. *colorDialog_popup.title:            Netscape: Color Picker
  7065.  
  7066. ! Mail/News banners
  7067. *bannerItem.shadowType:                shadow_out
  7068. *bannerItem.shadowThickness:        1
  7069. *bannerItem.marginLeft:                1
  7070. *bannerItem.marginRight:            1
  7071. *bannerItem.marginTop:                1
  7072. *bannerItem.marginBottom:            1
  7073.  
  7074. *banner*mommy.buttonLayout:            button_pixmap_only
  7075.  
  7076. ! Subscribe UI
  7077.  
  7078. *subscribeFolder*fontList: -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*
  7079. *subscribeFolder*subscribe.labelString: Subscribe
  7080. *subscribeFolder*unsubscribe.labelString: Unsubscribe
  7081. *subscribeFolder*setSubscribe.labelString:    Subscribe
  7082. *subscribeFolder*clearSubscribe.labelString:  Unsubscribe
  7083. *subscribeFolder*expandAll.labelString:        Expand
  7084. *subscribeFolder*collapseAll.labelString:    Collapse All
  7085. *subscribeFolder*fetchGroupList.labelString:    Refresh List
  7086. *subscribeFolder*stopLoading.labelString:    Stop
  7087. *subscribeFolder*getNewGroups.labelString:    Get New
  7088. *subscribeFolder*clearNewGroups.labelString:    Clear New
  7089. *subscribeFolder*search.labelString:        Search Now
  7090. *subscribeFolder*addNewsServer.labelString:    Add Server...
  7091. *subscribeFolder*subNewInfoLabel.labelString: This list shows all new newsgroups since you last cleared the list.
  7092. *subscribeFolder*searchLabel.labelString:    Search For:
  7093. *subscribeFolder*onserverLabel.labelString:    On Server:
  7094. *subscribeFolder*serverLabel.labelString:    Server:
  7095. *subscribeFolder*newsgroupLabel.labelString:    Newsgroup:
  7096. *subscribeFolder*subNewInfoLabel.alignment:    ALIGNMENT_BEGINNING
  7097.  
  7098. ! The Add server dialog
  7099. *serverDialog*fontList:                        -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*
  7100. *serverDialogForm*serverLabel.labelString:    Server Name:
  7101. *serverDialogForm*portLabel.labelString:    Server Port:
  7102. *serverDialogForm*secureLabel.labelString:    Secure:
  7103. *serverDialogForm*secureToggle.labelString:
  7104.  
  7105. ! Compose Window attachment panel resources
  7106. *newComposeFolder*attachItemImage.highlightThickness:      2
  7107. *newComposeFolder*attachItemImage.navigationType: NONE
  7108.  
  7109. *addressFolderBaseWidget*addressBook.labelString:     Address Book
  7110. *addressBook.documentationString: Attach an address book card to the current message
  7111.  
  7112. *subjectFormW*subjectLabel.labelString:        Subject:
  7113. *PriorityOption.labelString:            Priority:
  7114. *optionForm*returnReceipt.labelString:        Request return receipt
  7115. *optionForm*encrypted.labelString:        Encrypted
  7116. *optionForm*signed.labelString:            Signed
  7117. *optionForm*leftMargin:            40
  7118. *optionForm*rightMargin:        40    
  7119.  
  7120. *TextEncodingOption.labelString:        Use 8-bit instead of MIME-compliant encoding for the message text
  7121. *AttachmentEncodingOption.labelString:        Use uuencode instead of MIME for attachments
  7122. *MessageActionOption.labelString:        Format:
  7123.  
  7124. !!
  7125. !! *menuBar
  7126. !!
  7127. *menuBar.shadowThickness:        1
  7128. *menuBar.marginHeight:            0
  7129. *menuBar.marginWidth:            0
  7130.  
  7131. !!
  7132. !! *toolBox
  7133. !!
  7134. *Navigator*toolBox*Tab0.tipString:        Navigation Toolbar
  7135. *Navigator*toolBox*Tab1.tipString:        Location Toolbar
  7136. *Navigator*toolBox*Tab2.tipString:        Personal Toolbar
  7137.  
  7138. *Editor*toolBox*Tab0.tipString:            Composition Toolbar
  7139. *Editor*toolBox*Tab1.tipString:            Formatting Toolbar
  7140.  
  7141. *Composition*toolBox*Tab0.tipString:    Message Toolbar
  7142. *Composition*toolBox*Tab1.tipString:    Addressing Area
  7143. *Composition*subjectFormW.toolBox*Tab0.tipString: Formatting Toolbar
  7144.  
  7145. *MailFolder*toolBox*Tab0.tipString:        Message Center Toolbar
  7146. *MailFolder*toolBox*Tab1.tipString:        Location Toolbar
  7147.  
  7148. *MailThread*toolBox*Tab0.tipString:        Message Toolbar
  7149. *MailThread*toolBox*Tab1.tipString:        Location Toolbar
  7150.  
  7151. *MailMsg*toolBox*Tab0.tipString:        Message Toolbar
  7152. *MailMsg*toolBox*Tab1.tipString:        Location Toolbar
  7153.  
  7154. *toolBox*Tab0.tipString:                Navigation Toolbar
  7155. *toolBox*Tab1.tipString:                Location Toolbar
  7156.  
  7157. *Navigator*toolBox*Tab0.documentationString:        Navigation Toolbar
  7158. *Navigator*toolBox*Tab1.documentationString:        Location Toolbar
  7159. *Navigator*toolBox*Tab2.documentationString:        Personal Toolbar
  7160.  
  7161. *Editor*toolBox*Tab0.documentationString:            Composition Toolbar
  7162. *Editor*toolBox*Tab1.documentationString:            Formatting Toolbar
  7163.  
  7164. *Composition*toolBox*Tab0.documentationString:    Message Toolbar
  7165. *Composition*toolBox*Tab1.documentationString:    Addressing Area
  7166. *Composition*subjectFormW.toolBox*Tab0.documentationString: Formatting Toolbar
  7167.  
  7168. *MailFolder*toolBox*Tab0.documentationString:        Message Center Toolbar
  7169. *MailFolder*toolBox*Tab1.documentationString:        Location Toolbar
  7170.  
  7171. *MailThread*toolBox*Tab0.documentationString:        Message Toolbar
  7172. *MailThread*toolBox*Tab1.documentationString:        Location Toolbar
  7173.  
  7174. *MailMsg*toolBox*Tab0.documentationString:        Message Toolbar
  7175. *MailMsg*toolBox*Tab1.documentationString:        Location Toolbar
  7176.  
  7177. *toolBox*Tab0.documentationString:                Navigation Toolbar
  7178. *toolBox*Tab1.documentationString:                Location Toolbar
  7179.  
  7180. !! Number of pixels to move an item before swapping
  7181. *toolBox.swapThreshold:                    10
  7182.  
  7183. !! Maximum number of pixels an item can be dragged (for one mouse motion)
  7184. *toolBox.dragThreshold:                    10
  7185.  
  7186. *toolBox.marginLeft:                    0
  7187. *toolBox.marginRight:                    0
  7188. *toolBox.marginTop:                        0
  7189. *toolBox.marginBottom:                    0
  7190.  
  7191. !!
  7192. !! *toolBar
  7193. !!
  7194. *toolBarItem.shadowType:                shadow_out
  7195. *toolBarItem.shadowThickness:            1
  7196. *toolBarItem.marginLeft:                1
  7197. *toolBarItem.marginRight:                1
  7198. *toolBarItem.marginTop:                    1
  7199. *toolBarItem.marginBottom:                1
  7200.  
  7201. *toolBar*XfeButton.marginBottom:        1
  7202. *toolBar*XfeButton.marginLeft:            1
  7203. *toolBar*XfeButton.marginRight:            1
  7204. *toolBar*XfeButton.marginTop:            1
  7205. *toolBar*XfeButton.shadowThickness:        1
  7206.  
  7207. *toolBar*XfeCascade.marginBottom:        1
  7208. *toolBar*XfeCascade.marginLeft:            1
  7209. *toolBar*XfeCascade.marginRight:        1
  7210. *toolBar*XfeCascade.marginTop:            1
  7211. *toolBar*XfeCascade.shadowThickness:    1
  7212.  
  7213. *toolBar*XmSeparator.shadowThickness:    0
  7214. *toolBar*XmSeparator.width:                20
  7215. *toolBar*XmSeparator.height:            2
  7216. *toolBar*XmSeparator.orientation:        horizontal
  7217.  
  7218. *toolBar*armOffset:                        1
  7219. *toolBar*fillOnEnter:                    false
  7220. *toolBar*raiseForeground:                Blue
  7221. *toolBar*fontList:                        -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  7222.  
  7223. *toolBar.spacing:                        0
  7224. *toolBar.shadowThickness:                0
  7225. *toolBar.marginLeft:                    0
  7226. *toolBar.marginRight:                    0
  7227. *toolBar.marginTop:                        0
  7228. *toolBar.marginBottom:                    0
  7229.  
  7230.  
  7231. !!
  7232. !! Browser Toolbar destinations
  7233. !!
  7234. !*toolBar*destinations.mapingDelay:                           1
  7235. !*toolBar*destinations*whatsNew.labelString:        What's New?
  7236. !*toolBar*destinations*whatsCool.labelString:    What's Cool?
  7237. !*toolBar*destinations*inetIndex.labelString:    The Internet
  7238. !*toolBar*destinations*inetSearch.labelString:    Net Search
  7239. !*toolBar*destinations*inetWhite.labelString:    People
  7240. !*toolBar*destinations*inetYellow.labelString:    Yellow Pages
  7241. !*toolBar*destinations*upgrade.labelString:        Software
  7242. !*toolBar*destinations*welcome.labelString:        Welcome
  7243. !*toolBar*destinations*newsgroups.labelString:    Groups
  7244.  
  7245. !!
  7246. !! *dashBoard
  7247. !!
  7248. *dashBoard.shadowThickness:                            1
  7249. *dashBoard.shadowType:                                shadow_out
  7250. *dashBoard.bottomOffset:                            0
  7251. *dashBoard.leftOffset:                                0
  7252. *dashBoard.rightOffset:                                0
  7253. *dashBoard.topOffset:                                0
  7254. *dashBoard.marginBottom:                            2
  7255. *dashBoard.marginLeft:                                2
  7256. *dashBoard.marginRight:                                2
  7257. *dashBoard.marginTop:                                2
  7258.  
  7259. !!
  7260. !! *dashBoard*securityBar
  7261. !!
  7262. *dashBoard*securityBar.marginBottom:                0
  7263. *dashBoard*securityBar.marginLeft:                    0
  7264. *dashBoard*securityBar.marginRight:                    0
  7265. *dashBoard*securityBar.marginTop:                    0
  7266. *dashBoard*securityBar.buttonLayout:                button_pixmap_only
  7267.  
  7268. !!
  7269. !! *dashBoard*viewSecurity
  7270. !!
  7271. *dashBoard*viewSecurity.shadowType:                    shadow_in
  7272. *dashBoard*viewSecurity.shadowThickness:            1
  7273. *dashBoard*viewSecurity.raiseOnEnter:                false
  7274. *dashBoard*viewSecurity.buttonType:                    button_none
  7275. *dashBoard*viewSecurity.marginTop:                    1
  7276. *dashBoard*viewSecurity.marginBottom:                1
  7277.  
  7278. !!
  7279. !! *dashBoard*statusBar
  7280. !!
  7281. *dashBoard*statusBar.shadowType:                    shadow_in
  7282. *dashBoard*statusBar.shadowThickness:                1
  7283. *dashBoard*statusBar.truncateLabel:                    false
  7284. *dashBoard*statusBar.fontList:                        -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  7285. *dashBoard*statusBar.labelAlignment:                alignment_beginning
  7286.  
  7287. ! initial value for the status bar
  7288. *dashBoard*statusBar.labelString:                    Netscape
  7289.  
  7290. !!
  7291. !! *dashBoard*progressBar
  7292. !!
  7293. *dashBoard*progressBar.shadowType:                    shadow_in
  7294. *dashBoard*progressBar.shadowThickness:                1
  7295. *dashBoard*progressBar.fontList:                    -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  7296. *dashBoard*progressBar.width:                        100
  7297.  
  7298. !! The color of the progress bar
  7299. *dashBoard*progressBar.barColor:                    Gray60
  7300.  
  7301. !! The about the cylon moves on each tick
  7302. *dashBoard*progressBar.cylonOffset:                    2
  7303.  
  7304. !! The interval in msec between cylon ticks
  7305. *dashBoard*progressBar.cylonInterval:                100
  7306.  
  7307. !! The cylon width (percent of total)
  7308. *dashBoard*progressBar.cylonWidth:                    20
  7309.  
  7310. !!
  7311. !! *dockedTaskBar
  7312. !!
  7313. *dockedTaskBar.shadowType:                                shadow_out
  7314. *dockedTaskBar.shadowThickness:                            1
  7315. *dockedTaskBar.spacing:                                    0
  7316. *dockedTaskBar.buttonLayout:                            button_pixmap_only
  7317. *dockedTaskBar*fontList:                                *-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  7318.  
  7319. *dockedTaskBar*openOrBringUpBrowser.labelString:        Navigator
  7320. *dockedTaskBar*openInboxAndGetNewMessages.labelString:    Inbox
  7321. *dockedTaskBar*openNewsgroups.labelString:                Newsgroups
  7322. *dockedTaskBar*openAddrBook.labelString:                AddressBook
  7323. *dockedTaskBar*openEditor.labelString:                    Composer
  7324.  
  7325. *dockedTaskBar*openOrBringUpBrowser.tipString:            Open a browser window
  7326. *dockedTaskBar*openInboxAndGetNewMessages.tipString:    Open the mail window and get new messages
  7327. *dockedTaskBar*openNewsgroups.tipString:                Open the list of newsgroups
  7328. *dockedTaskBar*openAddrBook.tipString:                Open the address book 
  7329. *dockedTaskBar*openEditor.tipString:                    Open the web page editor
  7330.  
  7331. *openInboxAndGetNewMessages.documentationString:        Open the mail window and get new messages
  7332.  
  7333. *dockedTaskBar*XfeButton.marginBottom:                1
  7334. *dockedTaskBar*XfeButton.marginLeft:                1
  7335. *dockedTaskBar*XfeButton.marginRight:                1
  7336. *dockedTaskBar*XfeButton.marginTop:                    1
  7337. *dockedTaskBar*XfeButton.shadowThickness:            1
  7338.  
  7339. !!
  7340. !! *floatingTaskBar
  7341. !!
  7342. *floatingTaskBar.shadowType:                                shadow_out
  7343. *floatingTaskBar.shadowThickness:                            1
  7344. *floatingTaskBar.spacing:                                    0
  7345. *floatingTaskBar*fontList:                                *-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  7346.  
  7347. *floatingTaskBar*openOrBringUpBrowser.labelString:            Navigator
  7348. *floatingTaskBar*openInboxAndGetNewMessages.labelString:    Inbox    
  7349. *floatingTaskBar*openNewsgroups.labelString:                Newsgroups
  7350. *floatingTaskBar*openAddrBook.labelString:                AddressBook
  7351. *floatingTaskBar*openEditor.labelString:                    Composer
  7352.  
  7353. *floatingTaskBar*openOrBringUpBrowser.tipString:            Open a browser window
  7354. *floatingTaskBar*openInboxAndGetNewMessages.tipString:    Open the mail window and get new messages
  7355. *floatingTaskBar*openNewsgroups.tipString:                Open the list of newsgroups
  7356. *floatingTaskBar*openAddrBook.tipString:                Open the address book 
  7357. *floatingTaskBar*openEditor.tipString:                    Open the web page editor
  7358.  
  7359. *openInboxAndGetNewMessages.documentationString:        Open the mail window and get new messages
  7360.  
  7361. *floatingTaskBar*XfeButton.marginBottom:            2
  7362. *floatingTaskBar*XfeButton.marginLeft:                2
  7363. *floatingTaskBar*XfeButton.marginRight:                2
  7364. *floatingTaskBar*XfeButton.marginTop:                2
  7365. *floatingTaskBar*XfeButton.shadowThickness:            1
  7366.  
  7367.  
  7368. !!
  7369. !! *taskBarContextMenu
  7370. !!
  7371. *taskBarContextMenu*floatingTaskBarAlwaysOnTop.labelString:        Always On Top
  7372. *taskBarContextMenu*floatingTaskBarClose.labelString:            Close
  7373.  
  7374. *floatingTaskBarVerticalCmdString:                                Vertical
  7375. *floatingTaskBarHorizontalCmdString:                            Horizontal
  7376.  
  7377. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  7378.  
  7379. ! buttons for compose/post  message pulldown on the toolbar
  7380. *toolBar*composeMessagePlain.labelString:     in Plain Text    
  7381. *toolBar*composeMessageHTML.labelString:     in HTML    
  7382.  
  7383. *toolBar*composeArticlePlain.labelString:     in Plain Text    
  7384. *toolBar*composeArticleHTML.labelString:     in HTML    
  7385.  
  7386. ! buttons specific to the folder frame.
  7387. *toolBar*getNewMessages.labelString:    Get Msg
  7388. *toolBar*composeMessage.labelString:    New Msg
  7389. *composeMessage.tipString:        New message
  7390. *toolBar*newFolder.labelString:        New Folder
  7391. *toolBar*addNewsgroup.labelString:    Subscribe
  7392. *toolBar*deleteFolder.labelString:    Delete
  7393. *toolBar*deleteAny.labelString:        Delete
  7394. *toolBar*deleteAny.tipString:     Delete the selected message
  7395. *toolBar*deleteAny.documentationString: Delete the selected message
  7396.  
  7397. *unsubscribeNewsgroupCmdString: Unsubscribe
  7398. !
  7399. *getNewMessages.tipString:    Get messages
  7400. *getNewMessages.documentationString:    Get new mail and newsgroup messages
  7401. *getNewMessages.labelString:    Get New Messages
  7402. *getNewMessages.mnemonic:    M
  7403.  
  7404. *newFolder.tipString:        New mail folder
  7405. *addNewsgroup.tipString:    Add a newsgroup
  7406. *deleteFolder.tipString:    Delete mail folder
  7407.  
  7408. ! buttons specific to the thread/message frame.
  7409. *toolBar*composeArticle.labelString: New Msg
  7410. *toolBar*replyToNewsgroup.labelString: Reply
  7411. *toolBar*replyToSender.labelString:    Reply
  7412. *toolBar*nextMessage.labelString:    Next
  7413. *toolBar*nextUnreadMessage.labelString:    Next Unread Message
  7414. *toolBar*nextUnreadThread.labelString:    Next Unread Thread
  7415. *toolBar*nextFlaggedMessage.labelString:     Next Flagged Message
  7416. *toolBar*nextCategory.labelString:    Next Category
  7417. *toolBar*nextUnreadCategory.labelString:    Next Unread Category
  7418. *toolBar*nextUnreadCollection.labelString:    Next Unread Collection
  7419. *toolBar*forwardMessage.labelString:    Forward
  7420. *toolBar*deleteMessage.labelString:    Delete
  7421. *toolBar*previousUnreadMessage.labelString: Previous
  7422. *toolBar*previousMessage.labelString:    Previous
  7423. *previousMessage.tipString: Previous message
  7424. *toolBar*moveMessage.labelString: File
  7425. *toolBar*copyMessage.labelString: File
  7426. *toolBar*composeArticle.tipString: New message to this newsgroup
  7427. *toolBar*replyToNewsgroup.tipString: Reply to the message
  7428. *toolBar*nextMessage.tipString:    Next unread message
  7429.  
  7430.  
  7431. *toolBar*moveMessage.tipString: File the selected message
  7432. *toolBar*copyMessage.tipString: File the selected message
  7433. *toolBar*moveMessage.documentationString: File the selected message to a folder
  7434. *toolBar*copyMessage.documentationString: Copy the selected message to a folder
  7435.  
  7436. ! buttons specific to the browser frame.
  7437. *toolBar*back.labelString:    Back
  7438. *toolBar*forward.labelString:    Forward
  7439. *toolBar*home.labelString:    Home
  7440. *toolBar*search.labelString:    Search
  7441. *toolBar*destinations.labelString:    Netscape
  7442. *toolBar*guide.labelString:    Guide
  7443. *toolBar*myshopping.labelString:            Shop
  7444. *toolBar*showImages.labelString:    Images
  7445. *toolBar*loadImages.labelString:    Load Images
  7446. *toolBar*print.labelString:    Print
  7447. *print.tipString:                   Print this page
  7448. *MailThread*print.tipString:        Print the selected message
  7449. *MailMsg*print.tipString:           Print the selected message
  7450. *toolBar*reload.labelString:    Reload
  7451.  
  7452. ! buttons specific to the compose frame.
  7453. *toolBar*sendMessageNow.labelString:    Send
  7454. *toolBar*quote.labelString:        Quote
  7455. *toolBar*addresseePicker.labelString:    Address
  7456. *toolBar*saveDraft.labelString:        Save
  7457. *toolBar*viewAddresses.labelString:    Address
  7458. *toolBar*viewDirectories.labelString:    Directory
  7459. !
  7460. *sendMessageNow.tipString:    Send this message
  7461. *saveDraft.tipString:        Save this message as a draft
  7462. *quote.tipString:        Quote the previous document
  7463. *viewDirectories.tipString:    Look up an address
  7464. *viewSecurity.tipString:        Show security information
  7465. !
  7466. *addressBook.tipString:
  7467. !
  7468. *quote.documentationString:          Paste text from the original page in quoted form
  7469. *viewDirectories.documentationString: Look up an address in an LDAP directory
  7470. !
  7471. ! buttons specific to the Addressbook frame. documentationString
  7472. *toolBar*abEditEntry.labelString:     Properties
  7473. *toolBar*abDelete.labelString:   Delete
  7474. *toolBar*searchAddress.labelString:       Directory
  7475. *toolBar*abCall.labelString:       Call
  7476. !
  7477. *addToAddressBook.tipString: Create a new entry
  7478. *abNewList.tipString:        Create a new mailing list 
  7479. *abEditEntry.tipString:     Edit the selected entry
  7480. *abDelete.tipString:   Delete the selected entry
  7481. *abCall.tipString:          Start conference
  7482. *searchAddress.tipString:       Look up an address
  7483. !
  7484.  
  7485. *abEditEntry.documentationString:     \
  7486. View and edit properties of entry's address book card
  7487. *viewProperties.documentationString:  \
  7488. View and edit properties of entry's address book card
  7489. *displayHTMLDomainsDialog.documentationString: \
  7490. Edit the list of domains that can receive HTML messages
  7491. *abVCard.documentationString:          Create and edit my address book card
  7492.  
  7493. *abDelete.documentationString:   Delete the selected entry from the address book
  7494.  
  7495. *searchAddress.documentationString:       Look up an address in an LDAP directory
  7496.  
  7497. !*AddressBook*toggleNavigationToolbar.documentationString: 
  7498. !
  7499. *toBtn.documentationString:           Compose a message to the selected entry
  7500. *ccBtn.documentationString:           Compose a message and copy it to the selected entry
  7501. *bccBtn.documentationString:          Compose a message and blind-carbon copy it to the selected entry
  7502. !
  7503. ! buttons used everywhere (it seems.)
  7504. *toolBar*viewSecurity.labelString:    Security
  7505. *toolBar*stopLoading.labelString:    Stop
  7506.  
  7507. *changeDocumentEncoding.documentationString: Indicate Documentation Encoding
  7508.  
  7509.  
  7510. *MailFolder.width:    280
  7511. *MailFolder.height:    400
  7512. !
  7513. *abCardProperties*strip.topOffset: 3
  7514. *abCardProperties*strip.leftOffset: 15
  7515. *abCardProperties*strip.bottomOffset: 3
  7516. *abCardProperties*strip.rightOffset: 15
  7517.  
  7518. !
  7519. ! For the mail message download dialog
  7520. !
  7521. Netscape*MessageDownload*label.alignment: ALIGNMENT_BEGINNING
  7522. Netscape*MessageDownload*stopButtonForm*stopLoading.labelString: Cancel
  7523.  
  7524. Netscape*NewsDownload*fontList:                -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*
  7525. Netscape*NewsDownload_popup.title:            Netscape: Download Headers
  7526.  
  7527. Netscape*NewsDownload*allToggle.labelString: Download all headers
  7528. Netscape*NewsDownload*numMessagesToggle.labelString: Download
  7529. Netscape*NewsDownload*numMessagesCaption.labelString: headers
  7530. Netscape*NewsDownload*markOthersRead.labelString: Mark remaining headers as read.
  7531.  
  7532. !
  7533. ! For the news group property dialog
  7534. !
  7535. *NewsgroupProps*name_label.labelString:    Name:
  7536. *NewsgroupProps*location_label.labelString: Location:
  7537. *NewsgroupProps*unread_label.labelString: Unread Messages:
  7538. *NewsgroupProps*total_label.labelString: Total Messages:
  7539. *NewsgroupProps*space_label.labelString: Total Space Used:
  7540. *NewsgroupProps*html_toggle.labelString: Can receive HTML messages
  7541.  
  7542. !
  7543. ! For the mail folder property dialog
  7544. !
  7545. *MailFolderProps*name_label.labelString:    Name:
  7546. *MailFolderProps*name_value.columns: 20
  7547. *MailFolderProps*location_label.labelString: Location:
  7548. *MailFolderProps*unread_label.labelString: Unread Messages:
  7549. *MailFolderProps*total_label.labelString: Total Messages:
  7550. *MailFolderProps*wasted_label.labelString: Disk Space Wasted:
  7551. *MailFolderProps*space_label.labelString: Total Space Used:
  7552. *MailFolderProps*sharePrivilegesLabel.labelString: Share this and \
  7553. other folders with network users\n\
  7554. and display and set access privileges
  7555.  
  7556. !
  7557. ! For the news server property dialog
  7558. !
  7559. *NewsServerProps*name_label.labelString: Name:
  7560. *NewsServerProps*port_label.labelString: Port #:
  7561. *NewsServerProps*security_label.labelString: Security:
  7562. *NewsServerProps*desc_label.labelString: Description:
  7563. *NewsServerProps*prompt_toggle.labelString: Always ask me for my user name and password
  7564. *NewsServerProps*anonymous_toggle.labelString: \
  7565. Only ask me for my user name and password\n\
  7566. when necessary
  7567. *NewsServerProps*html_toggle.labelString: Can receive HTML messages
  7568.  
  7569. !
  7570. ! For the splash screen
  7571. !
  7572. Netscape*splashShell*background:    Black
  7573. Netscape*splashShell*foreground:    White
  7574. Netscape*splashShell*fontList:    -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*
  7575.  
  7576. !
  7577. ! Special for HTMLCompose
  7578. !
  7579. Netscape*composeViewEditFormWidget.scrollerForm.pane.scroller.spacing:    0
  7580. Netscape*composeViewEditFormWidget.scrollerForm.pane*spacing:            0
  7581. Netscape*composeViewEditFormWidget.scrollerForm.pane*marginWidth:        0
  7582. Netscape*composeViewEditFormWidget.scrollerForm.pane*marginHeight:        0
  7583. Netscape*composeViewEditFormWidget.scrollerForm.pane*highlightThickness:    0
  7584. Netscape*composeViewEditFormWidget.scrollerForm.pane*traversalOn:        False
  7585.  
  7586. !Composition navigation
  7587. *Composition*navigationType:        TAB_GROUP
  7588. *Composition*XmTextField.highlightThickness:    2
  7589. *Composition*XmText.highlightThickness:        2
  7590.  
  7591. ! Plain Text Compose Popup
  7592. *popup*pasteAsQuoted.labelString:            Paste as Quotation
  7593. *popup*pasteAsQuoted.mnemonic:            Q
  7594. *popup*quoteOriginalText.labelString:            Quote Original Text
  7595.  
  7596. !
  7597. ! Special for SpellHandler...
  7598. !
  7599. *spellDialog*right_rc.entryAlignment:  ALIGNMENT_CENTER
  7600.  
  7601. *spellDialog*replace.labelString:      Replace
  7602. *spellDialog*replace_all.labelString:  Replace All
  7603. *spellDialog*check.labelString:          Check
  7604. *spellDialog*ignore.labelString:       Ignore
  7605. *spellDialog*ignore_all.labelString:   Ignore All
  7606. *spellDialog*learn.labelString:        Learn
  7607. *spellDialog*stop.labelString:         Stop
  7608. *spellDialog*text_label.labelString:   Word:
  7609. *spellDialog*list_label.labelString:   Suggestions:
  7610.  
  7611. *spellDialog*done.labelString:             Done
  7612. *spellDialog*msgFinished.labelString:      [ finished checking ]
  7613. *spellDialog*msgNoSuggestions.labelString: [ no suggestions ]
  7614. *spellDialog*msgUnRecognized.labelString:  [ unrecognized word ]
  7615. *spellDialog*msgCorrect.labelString:       [ correct spelling ]
  7616. *spellDialog*msgNull.labelString:          [ ]
  7617.  
  7618. *spellDialog*text_label.fontList: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
  7619. *spellDialog*list_label.fontList: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
  7620. *spellDialog*right_rc*fontList:   -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
  7621. *spellDialog*combo_frame*fontList:   -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  7622. *spellDialog*langCzech.labelString:                Czech
  7623. *spellDialog*langRussian.labelString:              Russian
  7624. *spellDialog*langCatalan.labelString:              Catalan
  7625. *spellDialog*langHungarian.labelString:            Hungarian
  7626. *spellDialog*langFrench.labelString:               French
  7627. *spellDialog*langGerman.labelString:               German
  7628. *spellDialog*langSwedish.labelString:              Swedish
  7629. *spellDialog*langSpanish.labelString:              Spanish
  7630. *spellDialog*langItalian.labelString:              Italian
  7631. *spellDialog*langDanish.labelString:               Danish
  7632. *spellDialog*langDutch.labelString:                Dutch
  7633. *spellDialog*langPortugueseBrazilian.labelString:  Portuguese (Brazilian)
  7634. *spellDialog*langPortugueseEuropean.labelString:   Portuguese (European)
  7635. *spellDialog*langNorwegianBokmal.labelString:      Norwegian (Bokmal)
  7636. *spellDialog*langNorwegianNynorsk.labelString:     Norwegian (Nynorsk)
  7637. *spellDialog*langNorwegian.labelString:            Norwegian
  7638. *spellDialog*langFinnish.labelString:              Finnish
  7639. *spellDialog*langGreek.labelString:                Greek
  7640. *spellDialog*langEnglishUS.labelString:            English (US)
  7641. *spellDialog*langEnglishUK.labelString:            English (UK)
  7642. *spellDialog*langEnglish.labelString:              English
  7643. *spellDialog*langAfrikaans.labelString:            Afrikaans
  7644. *spellDialog*langPolish.labelString:               Polish
  7645.  
  7646. !
  7647. ! tips for SwatchMatrix in colorPicker...
  7648. !
  7649. *#FFFFFF.tipString: 255 255 255
  7650. *#CCCCCC.tipString: 204 204 204
  7651. *#999999.tipString: 153 153 153
  7652. *#666666.tipString: 102 102 102
  7653. *#333333.tipString: 51 51 51
  7654. *#000000.tipString: 0 0 0
  7655.  
  7656. *#FFCCCC.tipString: 255 204 204
  7657. *#FF6666.tipString: 255 102 102
  7658. *#FF0000.tipString: 255 0 0
  7659. *#CC0000.tipString: 204 0 0
  7660. *#990000.tipString: 153 0 0
  7661. *#660000.tipString: 102 0 0
  7662. *#330000.tipString: 51 0 0
  7663.  
  7664. *#FFCC99.tipString: 255 204 153
  7665. *#FFCC33.tipString: 255 204 51
  7666. *#FF9900.tipString: 255 153 0
  7667. *#FF6600.tipString: 255 102 0
  7668. *#CC6600.tipString: 204 102 0
  7669. *#993300.tipString: 153 51 0
  7670. *#663300.tipString: 102 51 0
  7671.  
  7672. *#FFFFCC.tipString: 255 255 204
  7673. *#FFFF99.tipString: 255 255 153
  7674. *#FFFF00.tipString: 255 255 0
  7675. *#FFCC00.tipString: 255 204 0
  7676. *#999900.tipString: 153 153 0
  7677. *#666600.tipString: 102 102 0
  7678. *#333300.tipString: 51 51 0
  7679.  
  7680. *#99FF99.tipString: 153 255 153
  7681. *#66FF99.tipString: 102 255 153
  7682. *#33FF33.tipString: 51 255 51
  7683. *#33CC00.tipString: 51 204 0
  7684. *#009900.tipString: 0 153 0
  7685. *#006600.tipString: 0 102 0
  7686. *#003300.tipString: 0 51 0
  7687.  
  7688. *#CCFFFF.tipString: 204 255 255
  7689. *#66FFFF.tipString: 102 255 255
  7690. *#33CCFF.tipString: 51 204 255
  7691. *#3366FF.tipString: 51 102 255
  7692. *#3333FF.tipString: 51 51 255
  7693. *#000099.tipString: 0 0 153
  7694. *#000066.tipString: 0 0 102
  7695.  
  7696. *#FFCCFF.tipString: 255 204 255
  7697. *#FF99FF.tipString: 255 153 255
  7698. *#CC66CC.tipString: 204 102 204
  7699. *#CC33CC.tipString: 204 51 204
  7700. *#993399.tipString: 153 51 153
  7701. *#663366.tipString: 102 51 102
  7702. *#330033.tipString: 51 0 51
  7703.  
  7704. *#FFFF99.tipString: 255 255 153
  7705. *#FFFF66.tipString: 255 255 102
  7706. *#FFCC66.tipString: 255 204 102
  7707. *#FFCC33.tipString: 255 204 51
  7708. *#CC9933.tipString: 204 153 51
  7709. *#996633.tipString: 153 102 51
  7710. *#663333.tipString: 102 51 51
  7711.  
  7712. *#99FFFF.tipString: 153 255 255
  7713. *#33FFFF.tipString: 51 255 255
  7714. *#66CCCC.tipString: 102 204 204
  7715. *#00CCCC.tipString: 000 204 204
  7716. *#339999.tipString: 51 153 153
  7717. *#336666.tipString: 51 102 102
  7718. *#003333.tipString: 0 51 51
  7719.  
  7720. *#CCCCFF.tipString: 204 204 255
  7721. *#9999FF.tipString: 153 153 204
  7722. *#6666CC.tipString: 102 102 204
  7723. *#6633FF.tipString: 102 51 255
  7724. *#6600CC.tipString: 102 0 204
  7725. *#333399.tipString: 51 51 153
  7726. *#330099.tipString: 51 0 153
  7727.  
  7728. !
  7729. ! doc strings for SwatchMatrix in colorPicker...
  7730. !
  7731. *#FFFFFF.documentationString: RGB Color [ 255 255 255 ][ #FFFFFF ]
  7732. *#CCCCCC.documentationString: RGB Color [ 204 204 204 ][ #CCCCCC ]
  7733. *#999999.documentationString: RGB Color [ 153 153 153 ][ #999999 ]
  7734. *#666666.documentationString: RGB Color [ 102 102 102 ][ #666666 ]
  7735. *#333333.documentationString: RGB Color [ 51 51 51 ][ #333333 ]
  7736. *#000000.documentationString: RGB Color [ 0 0 0 ][ #000000 ]
  7737.  
  7738. *#FFCCCC.documentationString: RGB Color [ 255 204 204 ][ #FFCCCC ]
  7739. *#FF6666.documentationString: RGB Color [ 255 102 102 ][ #FF6666 ]
  7740. *#FF0000.documentationString: RGB Color [ 255 0 0 ][ #FF0000 ]
  7741. *#CC0000.documentationString: RGB Color [ 204 0 0 ][ #CC0000 ]
  7742. *#990000.documentationString: RGB Color [ 153 0 0 ][ #990000 ]
  7743. *#660000.documentationString: RGB Color [ 102 0 0 ][ #660000 ]
  7744. *#330000.documentationString: RGB Color [ 51 0 0 ][ #330000 ]
  7745.  
  7746. *#FFCC99.documentationString: RGB Color [ 255 204 153 ][ #FFCC99 ]
  7747. *#FFCC33.documentationString: RGB Color [ 255 204 51 ][ #FFCC33 ]
  7748. *#FF9900.documentationString: RGB Color [ 255 153 0 ][ #FF9900 ]
  7749. *#FF6600.documentationString: RGB Color [ 255 102 0 ][ #FF6600 ]
  7750. *#CC6600.documentationString: RGB Color [ 204 102 0 ][ #CC6600 ]
  7751. *#993300.documentationString: RGB Color [ 153 51 0 ][ #993300 ]
  7752. *#663300.documentationString: RGB Color [ 102 51 0 ][ #663300 ]
  7753.  
  7754. *#FFFFCC.documentationString: RGB Color [ 255 255 204 ][ #FFFFCC ]
  7755. *#FFFF99.documentationString: RGB Color [ 255 255 153 ][ #FFFF99 ]
  7756. *#FFFF00.documentationString: RGB Color [ 255 255 0 ][ #FFFF00 ]
  7757. *#FFCC00.documentationString: RGB Color [ 255 204 0 ][ #FFCC00 ]
  7758. *#999900.documentationString: RGB Color [ 153 153 0 ][ #999900 ]
  7759. *#666600.documentationString: RGB Color [ 102 102 0 ][ #666600 ]
  7760. *#333300.documentationString: RGB Color [ 51 51 0 ][ #333300 ]
  7761.  
  7762. *#99FF99.documentationString: RGB Color [ 153 255 153 ][ #99FF99 ]
  7763. *#66FF99.documentationString: RGB Color [ 102 255 153 ][ #66FF99 ]
  7764. *#33FF33.documentationString: RGB Color [ 51 255 51 ][ #33FF33 ]
  7765. *#33CC00.documentationString: RGB Color [ 51 204 0 ][ #33CC00 ]
  7766. *#009900.documentationString: RGB Color [ 0 153 0 ][ #009900 ]
  7767. *#006600.documentationString: RGB Color [ 0 102 0 ][ #006600 ]
  7768. *#003300.documentationString: RGB Color [ 0 51 0 ][ #003300 ]
  7769.  
  7770. *#CCFFFF.documentationString: RGB Color [ 204 255 255 ][ #CCFFFF ]
  7771. *#66FFFF.documentationString: RGB Color [ 102 255 255 ][ #66FFFF ]
  7772. *#33CCFF.documentationString: RGB Color [ 51 204 255 ][ #33CCFF ]
  7773. *#3366FF.documentationString: RGB Color [ 51 102 255 ][ #3366FF ]
  7774. *#3333FF.documentationString: RGB Color [ 51 51 255 ][ #3333FF ]
  7775. *#000099.documentationString: RGB Color [ 0 0 153 ][ #000099 ]
  7776. *#000066.documentationString: RGB Color [ 0 0 102 ][ #000066 ]
  7777.  
  7778. *#FFCCFF.documentationString: RGB Color [ 255 204 255 ][ #FFCCFF ]
  7779. *#FF99FF.documentationString: RGB Color [ 255 153 255 ][ #FF99FF ]
  7780. *#CC66CC.documentationString: RGB Color [ 204 102 204 ][ #CC66CC ]
  7781. *#CC33CC.documentationString: RGB Color [ 204 51 204 ][ #CC33CC ]
  7782. *#993399.documentationString: RGB Color [ 153 51 153 ][ #993399 ]
  7783. *#663366.documentationString: RGB Color [ 102 51 102 ][ #663366 ]
  7784. *#330033.documentationString: RGB Color [ 51 0 51 ][ #330033 ]
  7785.  
  7786. *#FFFF99.documentationString: RGB Color [ 255 255 153 ][ #FFFF99 ]
  7787. *#FFFF66.documentationString: RGB Color [ 255 255 102 ][ #FFFF66 ]
  7788. *#FFCC66.documentationString: RGB Color [ 255 204 102 ][ #FFCC66 ]
  7789. *#FFCC33.documentationString: RGB Color [ 255 204 51 ][ #FFCC33 ]
  7790. *#CC9933.documentationString: RGB Color [ 204 153 51 ][ #CC9933 ]
  7791. *#996633.documentationString: RGB Color [ 153 102 51 ][ #996633 ]
  7792. *#663333.documentationString: RGB Color [ 102 51 51 ][ #663333 ]
  7793.  
  7794. *#99FFFF.documentationString: RGB Color [ 153 255 255 ][ #99FFFF ]
  7795. *#33FFFF.documentationString: RGB Color [ 51 255 255 ][ #33FFFF ]
  7796. *#66CCCC.documentationString: RGB Color [ 102 204 204 ][ #66CCCC ]
  7797. *#00CCCC.documentationString: RGB Color [ 000 204 204 ][ #00CCCC ]
  7798. *#339999.documentationString: RGB Color [ 51 153 153 ][ #339999 ]
  7799. *#336666.documentationString: RGB Color [ 51 102 102 ][ #336666 ]
  7800. *#003333.documentationString: RGB Color [ 0 51 51 ][ #003333 ]
  7801.  
  7802. *#CCCCFF.documentationString: RGB Color [ 204 204 255 ][ #CCCCFF ]
  7803. *#9999FF.documentationString: RGB Color [ 153 153 204 ][ #9999FF ]
  7804. *#6666CC.documentationString: RGB Color [ 102 102 204 ][ #6666CC ]
  7805. *#6633FF.documentationString: RGB Color [ 102 51 255 ][ #6633FF ]
  7806. *#6600CC.documentationString: RGB Color [ 102 0 204 ][ #6600CC ]
  7807. *#333399.documentationString: RGB Color [ 51 51 153 ][ #333399 ]
  7808. *#330099.documentationString: RGB Color [ 51 0 153 ][ #330099 ]
  7809.  
  7810. *selector*background:            gray70
  7811. *selector*shadowThickness:        1
  7812. *selector.orientation:            vertical
  7813.  
  7814. *selector*ToolBar.buttonLayout:            button_label_on_top
  7815.  
  7816. *selector.leftAttachment:            attach_form
  7817. *selector.rightAttachment:            attach_none
  7818. *selector.topAttachment:            attach_form
  7819. *selector.bottomAttachment:            attach_form
  7820.  
  7821.  
  7822. *selector.leftOffset:                10
  7823. *selector.rightOffset:                10
  7824. *selector.topOffset:                10 
  7825. *selector.bottomOffset:                10
  7826.  
  7827. !*selector.usePreferredWidth:        false
  7828. *selector.usePreferredHeight:        false
  7829.  
  7830. *selector.clipShadowThickness:        1
  7831. *selector.clipShadowType:            shadow_in
  7832.  
  7833.  
  7834. !*selector.marginLeft:                    0
  7835. !*selector.marginRight:                    0
  7836. !*selector.marginTop:                    0
  7837. !*selector.marginBottom:                0
  7838.  
  7839. !*selector.marginLeft:                0
  7840. !*selector.marginRight:                0
  7841. !*selector.marginTop:                0
  7842. !*selector.marginBottom:                0
  7843.  
  7844. !*selector.spacing:                    10
  7845.  
  7846. *selector*ToolBar.radioBehavior:                true
  7847.  
  7848.  
  7849. !*selector*XfeButton.buttonType:            button_toggle
  7850.  
  7851. *selector*XfeButton.buttonTrigger:            button_trigger_either
  7852. *selector*XfeButton.marginLeft:            4
  7853. *selector*XfeButton.marginRight:            4
  7854. *selector*XfeButton.marginTop:                4
  7855. *selector*XfeButton.marginBottom:            4
  7856.  
  7857. *selector*XfeButton.raiseOnEnter:            true
  7858. *selector*XfeButton.shadowThickness:        0
  7859. !*selector*XfeButton.fillOnEnter:            true
  7860. *selector*XfeButton.armOffset:                0
  7861.  
  7862. *selector*XfeButton.transparentCursor:        cross
  7863. !*selector*XfeButton.cursor:                hand2
  7864.  
  7865.  
  7866.  
  7867. !Netscape*AddressOutlinerPopup*fontList:\
  7868. -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*,\
  7869. -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*=BOLD,\
  7870. -*-helvetica-medium-o-*-*-*-120-*-*-*-*-iso8859-*=ITALIC
  7871.  
  7872. Netscape*AddressOutlinerPopup*fontList:\
  7873. -*-helvetica-medium-r-*-*-*-100-*-*-*-*-iso8859-*,\
  7874. -*-helvetica-bold-r-*-*-*-100-*-*-*-*-iso8859-*=BOLD,\
  7875. -*-helvetica-medium-o-*-*-*-100-*-*-*-*-iso8859-*=ITALIC
  7876.  
  7877.  
  7878.  
  7879. ! This table maps the host's locale names to MIME charsets
  7880. !
  7881. *localeCharset*C:        iso-8859-1
  7882. *localeCharset*cs:        iso-8859-2
  7883. *localeCharset*da:        iso-8859-1
  7884. *localeCharset*de:        iso-8859-1
  7885. *localeCharset*de_AT:        iso-8859-1
  7886. *localeCharset*de_CH:        iso-8859-1
  7887. *localeCharset*en:        iso-8859-1
  7888. *localeCharset*en_AU:        iso-8859-1
  7889. *localeCharset*en_CA:        iso-8859-1
  7890. *localeCharset*en_TH:        iso-8859-1
  7891. *localeCharset*en_US:        iso-8859-1
  7892. *localeCharset*es:        iso-8859-1
  7893. *localeCharset*fi:        iso-8859-1
  7894. *localeCharset*fr:        iso-8859-1
  7895. *localeCharset*fr_BE:        iso-8859-1
  7896. *localeCharset*fr_CA:        iso-8859-1
  7897. *localeCharset*fr_CH:        iso-8859-1
  7898. *localeCharset*is:        iso-8859-1
  7899. *localeCharset*it:        iso-8859-1
  7900. *localeCharset*it_CH:        iso-8859-1
  7901. *localeCharset*ja_JP.EUC:    x-euc-jp
  7902. *localeCharset*ko_KR.euc:    euc-kr
  7903. *localeCharset*nl:        iso-8859-1
  7904. *localeCharset*nl_BE:        iso-8859-1
  7905. *localeCharset*no:        iso-8859-1
  7906. *localeCharset*pl:        iso-8859-2
  7907. *localeCharset*pt:        iso-8859-1
  7908. *localeCharset*sh:        iso-8859-2
  7909. *localeCharset*sk:        iso-8859-2
  7910. *localeCharset*sv:        iso-8859-1
  7911. *localeCharset*zh_CN.ugb:    gb2312
  7912. *localeCharset*zh_TW.ucns:    x-euc-tw
  7913.  
  7914.  
  7915. ! English strings are built into the binary
  7916. !*strings.6796:A communications error occurred.\n\
  7917.  (TCP Error: %s)\n\
  7918. \n\
  7919. Try connecting again.
  7920.  
  7921. !*strings.6795:Netscape is unable to connect to the server at\n\
  7922. the location you have specified. The server may\n\
  7923. be down or busy.\n\
  7924. \n\
  7925. Try connecting again later.
  7926.  
  7927. !*strings.6794:A communications error occurred.\n\
  7928.  (TCP Error: %s)\n\
  7929. \n\
  7930. Try connecting again.
  7931.  
  7932. !*strings.6793:Netscape is out of memory.\n\
  7933. \n\
  7934. Try quitting some other applications or closing\n\
  7935. some windows.
  7936.  
  7937. !*strings.6791:This Location (URL) is not recognized:\n\
  7938.   %.200s\n\
  7939. \n\
  7940. Check the Location and try again.
  7941.  
  7942. !*strings.6789:Unable to use FTP passive mode
  7943.  
  7944. !*strings.6788:Netscape is unable to set the FTP transfer mode with\n\
  7945. this server. You will not be able to download files.\n\
  7946. \n\
  7947. You should contact the administrator for this server\n\
  7948. or try again later.
  7949.  
  7950. !*strings.6787:Netscape is unable to send the change directory (cd)\n\
  7951. command, to the FTP server. You cannot view another\n\
  7952. directory.\n\
  7953. \n\
  7954. You should contact the administrator for this server\n\
  7955. or try again later.
  7956.  
  7957. !*strings.6786:Netscape is unable to send a port command to the FTP\n\
  7958. server to establish a data connection.\n\
  7959. \n\
  7960. You should contact the administrator for this server\n\
  7961. or try again later.
  7962.  
  7963. !*strings.6785:Netscape is unable to find the file or directory\n\
  7964. named %.200s.\n\
  7965. \n\
  7966. Check the name and try again.
  7967.  
  7968. !*strings.6784:A News error occurred: Invalid NNTP connection\n\
  7969. \n\
  7970. Try connecting again.
  7971.  
  7972. !*strings.6783:An error occurred with the News server.\n\
  7973. \n\
  7974. If you are unable to connect again, contact the\n\
  7975. administrator for this server.
  7976.  
  7977. !*strings.6782:There was no response. The server could be down\n\
  7978. or is not responding.\n\
  7979. \n\
  7980. If you are unable to connect again later, contact\n\
  7981. the server's administrator.
  7982.  
  7983. !*strings.6781:Netscape is unable to locate the server %.200s.\n\
  7984. \n\
  7985. Please check the server name and try again.
  7986.  
  7987. !*strings.6780:The server has disconnected.\n\
  7988. The server may have gone down or there may be a\n\
  7989. network problem.\n\
  7990. \n\
  7991. Try connecting again.
  7992.  
  7993. !*strings.6779:The Newsgroup item is unavailable. It may have expired.\n\
  7994. \n\
  7995. Try retrieving another item.
  7996.  
  7997. !*strings.6778:Netscape is unable to open your News file (newsrc).\n\
  7998. \n\
  7999. Please verify that your Mail and News preferences are\n\
  8000. correct and try again.
  8001.  
  8002. !*strings.6777:Netscape is unable to open the file \n\
  8003. %.200s.\n\
  8004. \n\
  8005. Check the file name and try again.
  8006.  
  8007. !*strings.6776:(no name specified)
  8008.  
  8009. !*strings.6775:Aborted by user
  8010.  
  8011. !*strings.6764:A network error occurred while Netscape\n\
  8012. was sending data.\n\
  8013. (Network Error: %s)\n\
  8014. \n\
  8015. Try connecting again.
  8016.  
  8017. !*strings.6771:An error occurred while sending mail:\n\
  8018. Netscape was unable to connect to the SMTP server.\n\
  8019. The server may be down or may be incorrectly configured.\n\
  8020. \n\
  8021. Please verify that your Mail preferences are correct\n\
  8022. and try again.
  8023.  
  8024. !*strings.6770:An error occurred while sending mail.\n\
  8025. The mail server responded:\n\
  8026.   %s\n\
  8027. Please verify that your email address is correct\n\
  8028. in your Mail preferences and try again.
  8029.  
  8030. !*strings.6769:An error occurred while sending mail.\n\
  8031. The mail server responded:\n\
  8032.   %s\n\
  8033. Please check the message recipients and try again.
  8034.  
  8035. !*strings.6768:An (SMTP) error occurred while sending mail.\n\
  8036. Server responded: %s
  8037.  
  8038. !*strings.6767:An error occurred while sending mail.\n\
  8039. The mail server responded:\n\
  8040.   %s.\n\
  8041. Please check the message and try again.
  8042.  
  8043. !*strings.6766:An error occurred while sending mail: SMTP server error.\n\
  8044. The server responded:\n\
  8045.   %s\n\
  8046. Contact your mail administrator for assistance.
  8047.  
  8048. !*strings.6760:A network error occurred:\n\
  8049. unable to connect to server (TCP Error: %s)\n\
  8050. The server may be down or unreachable.\n\
  8051. \n\
  8052. Try connecting again later.
  8053.  
  8054. !*strings.6759:There was no response. The server could be down\n\
  8055. or is not responding.\n\
  8056. \n\
  8057. If you are unable to connect again later, contact\n\
  8058. the server's administrator.
  8059.  
  8060. !*strings.6758:Netscape's network connection was refused by the server \n\
  8061. %.200s.\n\
  8062. The server may not be accepting connections or\n\
  8063. may be busy.\n\
  8064. \n\
  8065. Try connecting again later.
  8066.  
  8067. !*strings.6757:Netscape was unable to create a network socket connection.\n\
  8068. There may be insufficient system resources or the network\n\
  8069. may be down.  (Reason: %s)\n\
  8070. \n\
  8071. Try connecting again later or try restarting Netscape.
  8072.  
  8073. !*strings.6755:Netscape is unable to complete a socket connection\n\
  8074. with this server. There may be insufficient system\n\
  8075. resources.\n\
  8076. \n\
  8077. Try restarting Netscape.
  8078.  
  8079. !*strings.6754:Netscape is unable to connect to your proxy server.\n\
  8080. The server may be down or may be incorrectly configured.\n\
  8081. \n\
  8082. Please verify that your Proxy preferences are correct\n\
  8083. and try again, or contact the server's administrator.
  8084.  
  8085. !*strings.6753:Netscape is unable to locate your proxy server.\n\
  8086. The server may be down or may be incorrectly configured.\n\
  8087. \n\
  8088. Please verify that your Proxy preferences are correct\n\
  8089. and try again, or contact the server's administrator.
  8090.  
  8091. !*strings.6749:The document contained no data.\n\
  8092. Try again later, or contact the server's administrator.
  8093.  
  8094. !*strings.6748:A network error occurred while Netscape\n\
  8095. was receiving data.\n\
  8096. (Network Error: %s)\n\
  8097. \n\
  8098. Try connecting again.
  8099.  
  8100. !*strings.6747:Netscape is unable to open the temporary file\n\
  8101. %.200s.\n\
  8102. \n\
  8103. Check your `Temporary Directory' setting and try again.
  8104.  
  8105. !*strings.6765:An error occurred sending mail:\n\
  8106. the return mail address was invalid.\n\
  8107. \n\
  8108. Please verify that your email address is correct\n\
  8109. in your Mail preferences and try again.
  8110.  
  8111. !*strings.6750:The disk is full. Netscape is cancelling the file\n\
  8112. transfer and removing the file.\n\
  8113. \n\
  8114. Please remove some files and try again.
  8115.  
  8116. !*strings.6740:An authorization error occurred:\n\
  8117. \n\
  8118. %s\n\
  8119. \n\
  8120. Please try entering your name and/or password again.
  8121.  
  8122. !*strings.6734:No sender was specified.\n\
  8123. Please fill in your email address in the\n\
  8124. Mail and Newsgroup preferences.
  8125.  
  8126. !*strings.6733:No recipients were specified.\n\
  8127. Please enter a recipient in a To: line,\n\
  8128. or a newsgroup in a Group: line..
  8129.  
  8130. !*strings.6732:No subject was specified.
  8131.  
  8132. !*strings.6731:Error writing temporary file.
  8133.  
  8134. !*strings.6725:This is a multi-part message in MIME format.
  8135.  
  8136. !*strings.6722:Printing stopped.  A problem occurred while receiving\n\
  8137. the document.  Transmission may have been interrupted\n\
  8138. or there may be insufficient space to write the file.\n\
  8139. \n\
  8140. Try again. Check that space is available in the\n\
  8141. temporary directory or restart Netscape.
  8142.  
  8143. !*strings.6721:Your signature exceeds the recommended four lines.
  8144.  
  8145. !*strings.6720:Your signature exceeds the recommended 79 columns.\n\
  8146. For most readers, the lines will appear truncated, or\n\
  8147. will be wrapped unattractively.  \n\
  8148. \n\
  8149. Please edit it to keep the lines shorter than 80 characters.
  8150.  
  8151. !*strings.6719:A network error occurred:\n\
  8152.     unable to connect to server\n\
  8153. The server may be down or unreachable.\n\
  8154. \n\
  8155. Try connecting again later.
  8156.  
  8157. !*strings.6718:Unable to load the requested help topic
  8158.  
  8159. !*strings.6699:This copy of Netscape has expired.\n\
  8160. This pre-release copy of Netscape Navigator has expired\n\
  8161. and can only be used to download a newer version of Navigator.
  8162.  
  8163. !*strings.6698:This trial or pre-release copy of Netscape Navigator has expired\n\
  8164. and can only be used to purchase or download a newer version of Navigator.
  8165.  
  8166. !*strings.6697:No WAIS proxy is configured.\n\
  8167. \n\
  8168. Check your Proxy preferences and try again.
  8169.  
  8170. !*strings.6696:A News (NNTP) error occurred:\n\
  8171.  %.100s
  8172.  
  8173. !*strings.6695:A News error occurred. The scan of all newsgroups is incomplete.\n\
  8174.  \n\
  8175. Try to View All Newsgroups again.
  8176.  
  8177. !*strings.6694:Netscape could not find a News file (newsrc)\n\
  8178. and is creating one for you.
  8179.  
  8180. !*strings.6693:No NNTP server is configured.\n\
  8181. \n\
  8182. Check your Mail and News preferences and try again.
  8183.  
  8184. !*strings.6692:A communications error occurred.\n\
  8185. Please try again.
  8186.  
  8187. !*strings.6691:Netscape was unable to connect to the secure news server\n\
  8188. because of a proxy error
  8189.  
  8190. !*strings.6689:An error occurred with the POP3 mail server.\n\
  8191. You should contact the administrator for this server\n\
  8192. or try again later.
  8193.  
  8194. !*strings.6688:Netscape is unable to use the mail server because\n\
  8195. you have not provided a username.  Please provide\n\
  8196. one in the preferences and try again
  8197.  
  8198. !*strings.6687:Error getting mail password.
  8199.  
  8200. !*strings.6686:An error occurred while sending your user name to the mail server.\n\
  8201. You should contact the administrator for this server\n\
  8202. or try again later.
  8203.  
  8204. !*strings.6685:An error occurred while sending your password to the mail server.\n\
  8205. You should contact the administrator for this server\n\
  8206. or try again later.
  8207.  
  8208. !*strings.6684:There are no new messages on the server.
  8209.  
  8210. !*strings.6683:An error occurred while listing messages on the POP3 mail server.\n\
  8211. You should contact the administrator for this server\n\
  8212. or try again later.
  8213.  
  8214. !*strings.6682:An error occurred while querying the POP3 mail server for\n\
  8215. the last processed message.\n\
  8216. You should contact the administrator for this server\n\
  8217. or try again later.
  8218.  
  8219. !*strings.6681:An error occurred while getting messages from the POP3 mail server.\n\
  8220. You should contact the administrator for this server\n\
  8221. or try again later.
  8222.  
  8223. !*strings.6680:An error occurred while removing messages from the POP3 mail server.\n\
  8224. You should contact the administrator for this server\n\
  8225. or try again later.
  8226.  
  8227. !*strings.6679:There isn't enough room on the local disk to download\n\
  8228. your mail from the POP3 mail server.  Please make room and\n\
  8229. try again.  (The `Empty Trash' and `Compact This Folder'\n\
  8230. commands may recover some space.)
  8231.  
  8232. !*strings.6678:An error occurred while saving mail messages.
  8233.  
  8234. !*strings.6675:Could not post the file %.80s\n\
  8235. because\n\
  8236. %.200s.\n\
  8237. \n\
  8238. You may not have permission to write to\n\
  8239. this directory.\n\
  8240. Check the permissions and try again.
  8241.  
  8242. !*strings.6674:This is a pre-release copy of Netscape Navigator that\n\
  8243. will expire at %s.\n\
  8244. To obtain a newer pre-release version or the latest full\n\
  8245. release of Netscape Navigator (which will not expire) \n\
  8246. choose Software Updates from the Help menu.
  8247.  
  8248. !*strings.6673:Could not delete file:\n\
  8249.     %s
  8250.  
  8251. !*strings.6672:Could not remove directory:\n\
  8252.     %s
  8253.  
  8254. !*strings.6671:Cannot create directory because a file or\n\
  8255. directory of that name already exists: \n\
  8256.     %s
  8257.  
  8258. !*strings.6670:Could not create directory:\n\
  8259.     %s
  8260.  
  8261. !*strings.6669:Object is not a directory:\n\
  8262.      %s
  8263.  
  8264. !*strings.6668:Authorization failed
  8265.  
  8266. !*strings.6667:This trial copy of Netscape has expired.\n\
  8267. \n\
  8268. To purchase a regular copy of Netscape Navigator\n\
  8269. (which will not expire) choose Software Updates from the Help menu.
  8270.  
  8271. !*strings.6666:This trial copy of Netscape Navigator \n\
  8272. will expire at %s.\n\
  8273. \n\
  8274. To purchase a regular copy of Netscape Navigator\n\
  8275. (which will not expire) choose Software Updates from the Help menu.
  8276.  
  8277. !*strings.6665:There was an attempt to redirect a url request,\n\
  8278. but the attempt was not allowed by the client.
  8279.  
  8280. !*strings.6664:Corruption was detected in the compressed GZip file that was requested
  8281.  
  8282. !*strings.6599:Can't move or copy messages to the folder they're already in.
  8283.  
  8284. !*strings.6598:Cannot copy messages into the 'Unsent Messages' folder:\n\
  8285. That folder is only for storing messages\n\
  8286. to be sent later.
  8287.  
  8288. !*strings.6597:Cannot copy messages into the `Drafts' folder:\n\
  8289. That folder is only for holding drafts of messages which have\n\
  8290. not yet been sent.
  8291.  
  8292. !*strings.6596:Couldn't create the folder! Your hard disk may be full\n\
  8293. or the folder pathname may be too long.
  8294.  
  8295. !*strings.6595:A folder with that name already exists.
  8296.  
  8297. !*strings.6594:Can't delete a folder without first deleting the messages in it.
  8298.  
  8299. !*strings.6593:Can't delete a folder without first deleting the messages in it.
  8300.  
  8301. !*strings.6592:Couldn't create default inbox folder!
  8302.  
  8303. !*strings.6591:Couldn't create a mail folder directory.  Mail will not work!
  8304.  
  8305. !*strings.6590:No mail server has been specified. Please enter your mail \n\
  8306. server in the preferences (select Preferences from the Edit menu).
  8307.  
  8308. !*strings.6586:Message cancelled.
  8309.  
  8310. !*strings.6585:Couldn't open Sent Mail file. \n\
  8311. Please verify that your Mail preferences are correct.
  8312.  
  8313. !*strings.6584:Couldn't find the folder.
  8314.  
  8315. !*strings.6583:Couldn't find the summary file.
  8316.  
  8317. !*strings.6582:Couldn't open temporary folder file for output.
  8318.  
  8319. !*strings.6581:The specified message doesn't exist in that folder.\n\
  8320. It may have been deleted or moved into another folder.
  8321.  
  8322. !*strings.6580:A newsrc file exists but is unparsable.
  8323.  
  8324. !*strings.6579:Your email address has not been specified.\n\
  8325. Before sending mail or news messages, you must specify a\n\
  8326. return address in Mail and News Preferences.
  8327.  
  8328. !*strings.6577:The return email address set in Preferences is: %s\n\
  8329. \n\
  8330. This appears to be incomplete (it contains no `@').  Examples of\n\
  8331. correct email addresses are `fred@xyz.com' and `sue@xyz.gov.au'.
  8332.  
  8333. !*strings.6576:The return email address set in Preferences is: %s\n\
  8334. \n\
  8335. This appears to be incomplete (it contains no `.').  Examples of\n\
  8336. correct email addresses are `fred@xyz.com' and `sue@xyz.gov.au'.
  8337.  
  8338. !*strings.6575:No outgoing mail (SMTP) server has been specified in Mail and News Preferences.
  8339.  
  8340. !*strings.6574:Are you sure you want to cancel this message?
  8341.  
  8342. !*strings.6573:This message does not appear to be from you.\n\
  8343. You may only cancel your own posts, not those made by others.
  8344.  
  8345. !*strings.6572:Unable to cancel message!
  8346.  
  8347. !*strings.6571:Message not cancelled.
  8348.  
  8349. !*strings.6570:Error!\n\
  8350. News server responded: %.512s\n
  8351.  
  8352. !*strings.6569:%.300s does not appear to be a mail file.\n\
  8353. Attempt to read it anyway?
  8354.  
  8355. !*strings.6568:%.300s does not appear to be a mail file.\n\
  8356. Attempt to write it anyway?
  8357.  
  8358. !*strings.6567:Error saving newsrc file!
  8359.  
  8360. !*strings.6566:Error writing mail file!
  8361.  
  8362. !*strings.6565:At least one of your mail folders is wasting a lot\n\
  8363. of disk space.  If you compact your Mail folders now,\n\
  8364. you can recover %ld Kbytes of disk space. Compacting\n\
  8365. folders might take a while.\n\
  8366. \n\
  8367. Compress folders now?
  8368.  
  8369. !*strings.6564:Not found.
  8370.  
  8371. !*strings.6563:You haven't typed anything, and there is no attachment.\n\
  8372. Send anyway?
  8373.  
  8374. !*strings.6562:You have included the same document twice: first as a quoted\n\
  8375. document (meaning: with '>' at the beginning of each line), and\n\
  8376. then as an attachment (meaning: as a second part of the message,\n\
  8377. included after your new text).\n\
  8378. \n\
  8379. Send it anyway?
  8380.  
  8381. !*strings.6561:Delivery failed for 1 message.\n\
  8382. \n\
  8383. This message has been left in the Unsent Messages folder.\n\
  8384. Before it can be delivered, the error must be\n\
  8385. corrected.
  8386.  
  8387. !*strings.6560:Delivery failed for %d messages.\n\
  8388. \n\
  8389. These messages have been left in the Unsent Messages folder.\n\
  8390. Before they can be delivered, the errors must be\n\
  8391. corrected.
  8392.  
  8393. !*strings.6559:This message has no subject.  Send anyway?
  8394.  
  8395. !*strings.6558:It will not be possible to send this message encrypted to all of the\n\
  8396. addressees.  Send it anyway?
  8397.  
  8398. !*strings.6557:Can only delete mail folders.
  8399.  
  8400. !*strings.6556:Can't copy messages because the mail folder is in use.\n\
  8401. Please wait until other copy operations are \n\
  8402. complete and try again.\n
  8403.  
  8404. !*strings.6555:Can't delete message folder '%s' because you are viewing\n\
  8405. its contents. Please close those windows and try again.
  8406.  
  8407. !*strings.6554:The complete list of newsgroups was not retrieved for\n\
  8408. this news server. Operations will not proceed normally\n\
  8409. until all newsgroups have been retrieved.\n\
  8410. \n\
  8411. Click on the 'All' tab to continue retrieving\n\
  8412. newsgroups.
  8413.  
  8414. !*strings.6553:This message cannot be moved while Communicator is offline.\n\
  8415. It has not been downloaded for offline reading.\n\
  8416. Select Go Online from the File menu, then try again.
  8417.  
  8418. !*strings.6552:The IMAP message copy failed.
  8419.  
  8420. !*strings.6551:The IMAP message move failed.\n\
  8421. The copy succeeded but a source message was not deleted.
  8422.  
  8423. !*strings.6550:A problem has occurred uploading an offline change.\n\
  8424.  Continue uploading remaining offline changes (OK) \n\
  8425.  or try again later (Cancel)
  8426.  
  8427. !*strings.6549:You cannot move your Inbox Folder.
  8428.  
  8429. !*strings.6548:Could not find the summary information\n\
  8430.  for the %s IMAP folder.
  8431.  
  8432. !*strings.6547:You cannot undo or redo a folder action while\n\
  8433.  the folder is loading.  Wait until the folder has\n\
  8434.  finished loading, then try again.
  8435.  
  8436. !*strings.6546:The targeted destination folder does not allow subfolders.
  8437.  
  8438. !*strings.6545:The selected parent folder does not allow subfolders.\n\
  8439.  Try selecting the server folder and typing\n\
  8440.  'parent/newFolder' to create a new hierarchy.
  8441.  
  8442. !*strings.6544:The targeted destination folder cannot hold messages.
  8443.  
  8444. !*strings.6543:This mail server cannot undo folder deletes, delete anyway?
  8445.  
  8446. !*strings.6542:Cannot copy messages into the 'Outbox' folder:\n\
  8447. That folder is only for storing messages\n\
  8448. to be sent later.
  8449.  
  8450. !*strings.6541:Delivery failed for 1 message.\n\
  8451. \n\
  8452. This message has been left in the Outbox folder.\n\
  8453. Before it can be delivered, the error must be\n\
  8454. corrected.
  8455.  
  8456. !*strings.6540:Delivery failed for %d messages.\n\
  8457. \n\
  8458. These messages have been left in the Outbox folder.\n\
  8459. Before they can be delivered, the errors must be\n\
  8460. corrected.
  8461.  
  8462. !*strings.6539:You can't move a mail folder into a newsgroup.
  8463.  
  8464. !*strings.6538:You can't move a newsgroup into a mail folder.
  8465.  
  8466. !*strings.6537:Mail Server Problem: The UID's for the messages in this\n\
  8467.        folder are not increasing.  Contact your system administrator.
  8468.  
  8469. !*strings.6536:This mail server is not an IMAP4 mail server.
  8470.  
  8471. !*strings.6535:<TITLE>Go Online to View This Message</TITLE>\n\
  8472. The body of this message has not been downloaded from \n\
  8473. the server for reading offline. To read this message, \n\
  8474. you must reconnect to the network, choose Offline from \n\
  8475. the File menu and then select Work Online.
  8476.  
  8477. !*strings.6534:Compaction failed.
  8478.  
  8479. !*strings.6533:At least 30 new IMAP folders have been found.\n\
  8480. \n\
  8481. Press <OK> to continue or <cancel> to change\n\
  8482. the IMAP server directory.
  8483.  
  8484. !*strings.6532:Enter IMAP server directory name.
  8485.  
  8486. !*strings.6531:Posting to newsgroups on different hosts is not supported.
  8487.  
  8488. !*strings.6529:This IMAP folder is out of date.  Open it again for a more complete search.
  8489.  
  8490. !*strings.6528:Your new mail directory preference\n\
  8491. will take effect the next time\n\
  8492. you restart Communicator.
  8493.  
  8494. !*strings.6527:Netscape is unable to save your message as draft.\n\
  8495. Please verify that your Mail preferences are correct\n\
  8496. and try again.
  8497.  
  8498. !*strings.6526:Netscape is unable to save your message as template.\n\
  8499. Please verify that your Mail preferences are correct\n\
  8500. and try again.
  8501.  
  8502. !*strings.6525:Your SMTP mail server could not start a secure connection.\n\
  8503. You have requested to send mail ONLY in secure mode and therefore the connection has been aborted. Please check your preferences.
  8504.  
  8505. !*strings.6524:Your Send operation was successful, but copying the message\n\
  8506. to your Sent folder failed. Would you like to return to the compose\n\
  8507. window?
  8508.  
  8509. !*strings.6523:The %s character is reserved on imap server. Please choose another name.
  8510.  
  8511. !*strings.-1192:An I/O error occurred during security authorization.\n\
  8512. Please try your connection again
  8513.  
  8514. !*strings.-1191:The security library has experienced an error.\n\
  8515. You will probably be unable to connect to this site securely.
  8516.  
  8517. !*strings.-1190:The security library has received bad data.\n\
  8518. You will probably be unable to connect to this site securely.
  8519.  
  8520. !*strings.-1189:The security library has experienced an error.\n\
  8521. You will probably be unable to connect to this site securely.
  8522.  
  8523. !*strings.-1188:The security library has experienced an error.\n\
  8524. You will probably be unable to connect to this site securely.
  8525.  
  8526. !*strings.-1187:The security library has experienced an error.\n\
  8527. You will probably be unable to connect to this site securely.
  8528.  
  8529. !*strings.-1186:The security library has experienced an error.\n\
  8530. You will probably be unable to connect to this site securely.
  8531.  
  8532. !*strings.-1185:The security library has experienced an error.\n\
  8533. You will probably be unable to connect to this site securely.
  8534.  
  8535. !*strings.-1184:The security library has experienced an error.\n\
  8536. You will probably be unable to connect to this site securely.
  8537.  
  8538. !*strings.-1183:The security library has encountered an improperly formatted\n\
  8539. DER-encoded message.
  8540.  
  8541. !*strings.-1182:The server's certificate has an invalid signature.\n\
  8542. You will not be able to connect to this site securely.
  8543.  
  8544. !*strings.-1181:This operation cannot be performed because a required\n\
  8545. certificate has expired.  Click on the `Security' icon\n\
  8546. for more information about certificates.
  8547.  
  8548. !*strings.-1180:This operation cannot be performed because a required\n\
  8549. certificate has been revoked.  Click on the `Security'\n\
  8550. icon for more information about certificates.
  8551.  
  8552. !*strings.-1179:The certificate issuer for this server is not recognized by\n\
  8553. Netscape. The security certificate may or may not be valid.\n\
  8554. \n\
  8555. Netscape refuses to connect to this server.
  8556.  
  8557. !*strings.-1178:The server's public key is invalid.\n\
  8558. You will not be able to connect to this site securely.
  8559.  
  8560. !*strings.-1177:The security password entered is incorrect.
  8561.  
  8562. !*strings.-1176:You did not enter your new password correctly.  Please try again.
  8563.  
  8564. !*strings.-1175:The security library has experienced an error.\n\
  8565. You will probably be unable to connect to this site securely.
  8566.  
  8567. !*strings.-1174:The security library has experienced a database error.\n\
  8568. You will probably be unable to connect to this site securely.
  8569.  
  8570. !*strings.-1173:The security library has experienced an out of memory error.\n\
  8571. Please try to reconnect.
  8572.  
  8573. !*strings.-1172:The certificate issuer for this server has been marked as\n\
  8574. not trusted by the user.  Netscape refuses to connect to this\n\
  8575. server.
  8576.  
  8577. !*strings.-1171:The certificate for this server has been marked as not\n\
  8578. trusted by the user.  Netscape refuses to connect to this\n\
  8579. server.
  8580.  
  8581. !*strings.-1170:The Certificate that you are trying to download\n\
  8582. already exists in your database.
  8583.  
  8584. !*strings.-1169:You are trying to download a certificate whose name\n\
  8585. is the same as one that already exists in your database.\n\
  8586. If you want to download the new certificate you should\n\
  8587. delete the old one first.
  8588.  
  8589. !*strings.-1168:Error adding certificate to your database
  8590.  
  8591. !*strings.-1167:Error refiling the key for this certificate
  8592.  
  8593. !*strings.-1166:The Private Key for this certificate can\n\
  8594. not be found in your key database
  8595.  
  8596. !*strings.-1165:This certificate is valid.
  8597.  
  8598. !*strings.-1164:This certificate is not valid.
  8599.  
  8600. !*strings.-1163:No Response
  8601.  
  8602. !*strings.-1162:The certificate authority that issued this site's\n\
  8603. certificate has expired.\n\
  8604. Check your system date and time.
  8605.  
  8606. !*strings.-1161:The certificate revocation list for this certificate authority\n\
  8607. that issued this site's certificate has expired.\n\
  8608. Reload a new certificate revocation list or check your system data and time.
  8609.  
  8610. !*strings.-1160:The certificate revocation list for this certificate authority\n\
  8611. that issued this site's certificate has an invalid signature.\n\
  8612. Reload a new certificate revocation list.
  8613.  
  8614. !*strings.-1159:The certificate revocation list you are trying to load has\n\
  8615. an invalid format.
  8616.  
  8617. !*strings.-1158:Extension value is invalid.
  8618.  
  8619. !*strings.-1157:Extension not found.
  8620.  
  8621. !*strings.-1156:Issuer certificate is invalid.
  8622.  
  8623. !*strings.-1155:Certificate path length constraint is invalid.
  8624.  
  8625. !*strings.-1154:Certificate usages is invalid.
  8626.  
  8627. !*strings.-1153:**Internal ONLY module**
  8628.  
  8629. !*strings.-1152:The system tried to use a key which does not support\n\
  8630. the requested operation.
  8631.  
  8632. !*strings.-1151:Certificate contains unknown critical extension.
  8633.  
  8634. !*strings.-1150:The certificate revocation list you are trying to load is not\n\
  8635. later than the current one.
  8636.  
  8637. !*strings.-1149:This message cannot be encrypted or signed because you do not\n\
  8638. yet have an email certificate.  Click on the `Security' icon for more\n\
  8639. information about certificates.
  8640.  
  8641. !*strings.-1148:This message cannot be encrypted because you do not have\n\
  8642. certificates for each of the recipients.  Clicking on the\n\
  8643. `Security' icon will give you more information.\n\
  8644. \n\
  8645. Turn off encryption and send the message anyway?
  8646.  
  8647. !*strings.-1147:The data cannot be decrypted because you are not a recipient;\n\
  8648. either it was not intended for you, or a matching certificate or\n\
  8649. Private Key cannot be found in your local database.
  8650.  
  8651. !*strings.-1146:The data cannot be decrypted because the key encryption\n\
  8652. algorithm it used does not match that of your certificate.
  8653.  
  8654. !*strings.-1145:Signature verification failed due to no signer found,\n\
  8655. too many signers found, or improper or corrupted data.
  8656.  
  8657. !*strings.-1144:An unsupported or unknown key algorithm was encountered;\n\
  8658. the current operation cannot be completed.
  8659.  
  8660. !*strings.-1143:The data cannot be decrypted because it was encrypted using an\n\
  8661. algorithm or key size which is not allowed by this configuration.
  8662.  
  8663. !*strings.-1134:No Compromised Key List for this site's certificate has been found.\n\
  8664. You must load the Compromised Key List before continuing.
  8665.  
  8666. !*strings.-1133:The Compromised Key List for this site's certificate has expired.\n\
  8667. Reload a new Compromised Key List.
  8668.  
  8669. !*strings.-1132:The Compromised Key List for this site's certificate has an invalid signature.\n\
  8670. Reload a new Compromised Key List.
  8671.  
  8672. !*strings.-1131:The key for this site's certificate has been revoked.\n\
  8673. You will be unable to access this site securely.
  8674.  
  8675. !*strings.-1130:The Compromised Key List you are trying to load has\n\
  8676. an invalid format.
  8677.  
  8678. !*strings.-1129:The security library is out of random data.
  8679.  
  8680. !*strings.-1128:The security library could not find a security module which can\n\
  8681. perform the requested operation.
  8682.  
  8683. !*strings.-1127:The security card or token does not exist, needs to be initialized\n\
  8684. or has been removed.
  8685.  
  8686. !*strings.-1126:The security library has experienced a database error.\n\
  8687. You will probably be unable to connect to this site securely.
  8688.  
  8689. !*strings.-1125:No slot or token was selected.
  8690.  
  8691. !*strings.-1124:A certificate with the same name already exists.
  8692.  
  8693. !*strings.-1123:A key with the same name already exists.
  8694.  
  8695. !*strings.-1122:An error occurred while creating safe object
  8696.  
  8697. !*strings.-1121:An error occurred while creating safe object
  8698.  
  8699. !*strings.-1120:Couldn't remove the principal
  8700.  
  8701. !*strings.-1119:Couldn't delete the privilege
  8702.  
  8703. !*strings.-1118:This principal doesn't have a certificate
  8704.  
  8705. !*strings.-1117:The operation cannot be performed because the required\n\
  8706. algorithm is not allowed by this configuration.
  8707.  
  8708. !*strings.-1116:Unable to export certificates.  An error occurred attempting to\n\
  8709. export the certificates.
  8710.  
  8711. !*strings.-1115:An error occurred attempting to import the certificates.
  8712.  
  8713. !*strings.-1114:Unable to import certificates.  The file specified is either\n\
  8714. corrupt or is not a valid file.
  8715.  
  8716. !*strings.-1113:Unable to import certificates.  Either the integrity password\n\
  8717. is incorrect or the data in the file specified has been tampered\n\
  8718. with or corrupted in some manner.
  8719.  
  8720. !*strings.-1112:Unable to import certificates.  The algorithm used to generate the\n\
  8721. integrity information for this file is not supported in the application.
  8722.  
  8723. !*strings.-1111:Unable to import certificates.  Communicator only supports password\n\
  8724. integrity and password privacy modes for importing certificates.
  8725.  
  8726. !*strings.-1110:Unable to import certificates.  The file containing the certificates\n\
  8727. is corrupt.  Required information is either missing or invalid.
  8728.  
  8729. !*strings.-1109:Unable to import certificates.  The algorithm used to encrypt the\n\
  8730. contents is not supported by Communicator.
  8731.  
  8732. !*strings.-1108:Unable to import certificates.  The file is a version not supported by\n\
  8733. Communicator.
  8734.  
  8735. !*strings.-1107:Unable to import certificates.  The privacy password specified is\n\
  8736. incorrect.
  8737.  
  8738. !*strings.-1106:Unable to import certificates.  A certificate with the same nickname,\n\
  8739. as one being imported already exists in your Communicator database.
  8740.  
  8741. !*strings.-1105:The user pressed cancel.
  8742.  
  8743. !*strings.-1104:Certificates could not be imported since they already exist on the machine.
  8744.  
  8745. !*strings.-1102:The certificate is not approved for the attempted operation.
  8746.  
  8747. !*strings.-1101:The certificate is not approved for the attempted application.
  8748.  
  8749. !*strings.-1100:The email address in the signing certificate does not match\n\
  8750. the email address in the message headers.  If these two\n\
  8751. addresses do not belong to the same person, then this could\n\
  8752. be an attempt at forgery.
  8753.  
  8754. !*strings.-1099:Unable to import certificates.  An error occurred while attempting\n\
  8755. to import the Private Key associated with the certificate being imported.
  8756.  
  8757. !*strings.-1098:Unable to import certificates.  An error occurred while attempting\n\
  8758. to import the certificate chain associated with the certificate\n\
  8759. being imported.
  8760.  
  8761. !*strings.-1097:Unable to export certificates.  An error occurred while trying to locate\n\
  8762. a certificate or a key by its nickname.
  8763.  
  8764. !*strings.-1096:Unable to export certificates.  The Private Key associated with a\n\
  8765. certificate could not be located or could not be exported from the\n\
  8766. key database.
  8767.  
  8768. !*strings.-1095:Unable to export certificates.  An error occurred while trying to write\n\
  8769. the export file.  Make sure the destination drive is not full and try\n\
  8770. exporting again.
  8771.  
  8772. !*strings.-1094:Unable to import certificates.  An error occurred while reading the\n\
  8773. import file.  Please make sure the file exists and is not corrupt and\n\
  8774. then try importing the file again.
  8775.  
  8776. !*strings.-1093:Unable to export certificates.  The database which contains\n\
  8777. Private Keys has not been initialized.  Either your key database\n\
  8778. is corrupt or has been deleted.  There is no key associated with\n\
  8779. this certificate.
  8780.  
  8781. !*strings.-1092:Unable to generate Public/Private Key Pair.
  8782.  
  8783. !*strings.-1091:The password you entered is invalid.  Please pick a different one.
  8784.  
  8785. !*strings.-1090:You did not enter your old password correctly.  Please try again.
  8786.  
  8787. !*strings.-1089:The Certificate Name you entered is already in use by another certificate.
  8788.  
  8789. !*strings.-1088:Server FORTEZZA chain has a non-FORTEZZA Certificate. \n\
  8790. You will probably be unable to connect to this site securely.
  8791.  
  8792. !*strings.-1087:Unknown
  8793.  
  8794. !*strings.-1086:Invalid module name.
  8795.  
  8796. !*strings.-1085:Invalid module path/filename
  8797.  
  8798. !*strings.-1084:Unable to add module
  8799.  
  8800. !*strings.-1083:Unable to delete module
  8801.  
  8802. !*strings.-1082:The Compromised Key List you are trying to load is not\n\
  8803. later than the current one.
  8804.  
  8805. !*strings.-1081:The CKL you are trying to load has a different issuer\n\
  8806. than your current CKL.  You must first delete your\n\
  8807. current CKL.
  8808.  
  8809. !*strings.-1080:The Compromised Key List for this site's certificate\n\
  8810. is not yet valid.  Reload a new Compromised Key List.
  8811.  
  8812. !*strings.-1079:The certificate revocation list for this site's\n\
  8813. certificate is not yet valid. Reload a new certificate\n\
  8814. revocation list.
  8815.  
  8816. !*strings.23000:<head>%-styleinfo-%</head><body bgcolor="#bbbbbb"><div><form name=theform action=internal-dialog-handler method=post><input type="hidden" %-cont-%
  8817.  
  8818. !*strings.23001:name="handle" value="%0%"><input type="hidden" name="xxxbuttonxxx"><font size=2>
  8819.  
  8820. !*strings.23002:</font></form></div></body>%0%
  8821.  
  8822. !*strings.23008:<HTML><HEAD>%-styleinfo-%<TITLE>%0%</TITLE><SCRIPT LANGUAGE="JavaScript">\n\
  8823. var dlgstring ='
  8824.  
  8825. !*strings.23009:';\n\
  8826. var butstring ='
  8827.  
  8828. !*strings.23010:';\n\
  8829. function drawdlg(win){\n\
  8830. captureEvents(Event.MOUSEDOWN);\n\
  8831. with(win.frames[0]) {\n\
  8832. document.write(parent.dlgstring);document.close();\n\
  8833. }\n\
  8834. with(win.frames[1]) {\n\
  8835. butstring='<html><body bgcolor="#bbbbbb"><form>'%-cont-%
  8836.  
  8837. !*strings.23011:+butstring+'</form></body></html>';document.write(parent.butstring);document.close();\n\
  8838. }\n\
  8839. return false;\n\
  8840. }\n\
  8841. function clicker(but,win)\n\
  8842. {\n\
  8843. with(win.frames[0].document.forms[0]) {\n\
  8844. xxxbuttonxxx.value=but.value;\n\
  8845. xxxbuttonxxx.name='button';\n\
  8846. %-cont-%
  8847.  
  8848. !*strings.23012:submit();\n\
  8849. }\n\
  8850. }\n\
  8851. function onMouseDown(e)\n\
  8852. {\n\
  8853. if ( e.which == 3 )\n\
  8854. return false;\n\
  8855. return true;\n\
  8856. }\n\
  8857. </SCRIPT></HEAD><FRAMESET ROWS="*,50"ONLOAD="drawdlg(window)" BORDER=0>\n\
  8858. %-cont-%
  8859.  
  8860. !*strings.23013:<FRAME SRC="about:blank" MARGINWIDTH=5 MARGINHEIGHT=3 NORESIZE BORDER=NO>\n\
  8861. <FRAME SRC="about:blank" MARGINWIDTH=5 MARGINHEIGHT=0 NORESIZE SCROLLING=NO BORDER=NO>\n\
  8862. </FRAMESET></HTML>\n
  8863.  
  8864. !*strings.23014:<div align=right><input type="button" name="button" value="%cancel%" onclick="parent.clicker(this,window.parent)" width=80></div>
  8865.  
  8866. !*strings.23015:<div align=right><input type="button" name="button" value="%ok%" onclick="parent.clicker(this,window.parent)" width=80></div>
  8867.  
  8868. !*strings.23016:<div align=right><input type="button" name="button" value="%continue%" onclick="parent.clicker(this,window.parent)" width=80></div>
  8869.  
  8870. !*strings.23017:<div align=right><input type="button" value="%ok%" width=80 onclick="parent.clicker(this,window.parent)">  <input type="button" value="%cancel%" width=80 onclick="parent.clicker(this,window.parent)"></div>
  8871.  
  8872. !*strings.23018:<div align=right><input type="button" name="button" value="%cancel%" onclick="parent.clicker(this,window.parent)" width=80>  <input type="button" name="button" value="%continue%" onclick="parent.clicker(this,window.parent)" width=80></div>
  8873.  
  8874. !*strings.23019:<head>%-styleinfo-%</head><body bgcolor="#bbbbbb"><form name=theform action=internal-panel-handler method=post><input type="hidden" %-cont-%
  8875.  
  8876. !*strings.23020:name="handle" value="%0%"><input type="hidden" name="xxxbuttonxxx"><font size=2>
  8877.  
  8878. !*strings.23026:<div align=right><input type="button" name="button" value="%next%" onclick="parent.clicker(this,window.parent)" width=80>  <input %-cont-%
  8879.  
  8880. !*strings.23027:type="button" name="button" value="%cancel%" onclick="parent.clicker(this,window.parent)" width=80></div>%0%
  8881.  
  8882. !*strings.23028:<div align=right><input type="button" name="button" value="%back%" onclick="parent.clicker(this,window.parent)" width=80><input type="button" name="button" value="%next%" %-cont-%
  8883.  
  8884. !*strings.23029:onclick="parent.clicker(this,window.parent)" width=80>  <input type="button" name="button" value="%cancel%" onclick="parent.clicker(this,window.parent)" width=80></div>%0%
  8885.  
  8886. !*strings.23030:<dig align=right><input type="button" name="button" value="%back%" onclick="parent.clicker(this,window.parent)" width=80>%-cont-%
  8887.  
  8888. !*strings.23031:<input type="button" name="button" value="%finished%" onclick="parent.clicker(this,window.parent)" width=80>  <input type="button" name="button" value="%cancel%" onclick="parent.clicker(this,window.parent)" width=80></div>%0%
  8889.  
  8890. !*strings.23032:%0%
  8891.  
  8892. !*strings.23033:<title>%0%</title><b>%1%</b><hr>%2%<hr>%3%
  8893.  
  8894. !*strings.23034:%0%%1%%2%
  8895.  
  8896. !*strings.23035:%sec-banner-begin%%0%%sec-banner-end%<b><div><font size=4>%1% is a site that uses encryption to protect transmitted information. %-cont-%
  8897.  
  8898. !*strings.23036:However, Netscape does not recognize the authority who signed its Certificate.</font></b></div><p><div>Although Netscape does not recognize the %-cont-%
  8899.  
  8900. !*strings.23037:signer of this Certificate, you may decide to accept it anyway so that you can connect to and exchange information with this site.<p>This %-cont-%
  8901.  
  8902. !*strings.23038:assistant will help you decide whether or not you wish to accept this Certificate and to what extent.%2%</div>
  8903.  
  8904. !*strings.23044:%sec-banner-begin%%0%%sec-banner-end%<div>Here is the Certificate that is being presented:</div><hr><table><tr><td valign=top><font %-cont-%
  8905.  
  8906. !*strings.23045:size=2>Certificate for: <br>Signed by: <br>Encryption: </font></td><td valign=top><font size=2>%1%<br>%2%<br>%3% Grade (%4% with %5%-bit secret %-cont-%
  8907.  
  8908. !*strings.23046:key)</font></td><td valign=bottom><input type="submit" name="button" value="%moreinfo%"></td></tr></table><hr><div>The signer of the %-cont-%
  8909.  
  8910. !*strings.23047:Certificate promises you that the holder of this Certificate is who they say they are.  The encryption level is an indication of how difficult it %-cont-%
  8911.  
  8912. !*strings.23048:would be for someone to eavesdrop on any information exchanged between you and this web site.%6%</div>
  8913.  
  8914. !*strings.23049:%sec-banner-begin%%0%%sec-banner-end%<div>Are you willing to accept this certificate for the purposes of receiving encrypted %-cont-%
  8915.  
  8916. !*strings.23050:information from this web site?<p>This means that you will be able to browse through the site and receive documents from it and that all of %-cont-%
  8917.  
  8918. !*strings.23051:these documents are protected from observation by a third party by encryption.<p><input type=radio name=accept value=session%1%>Accept this %-cont-%
  8919.  
  8920. !*strings.23052:certificate for this session<br><input type=radio name=accept value=cancel%2%>Do not accept this certificate and do not connect<br><input type=radio name=accept %-cont-%
  8921.  
  8922. !*strings.23053:value=forever%3%>Accept this certificate forever (until it expires)</div><br>%4%
  8923.  
  8924. !*strings.23064:%sec-banner-begin%%0%%sec-banner-end%<div>By accepting this certificate you are ensuring that all information you exchange with this site %-cont-%
  8925.  
  8926. !*strings.23065:will be encrypted.  However, encryption will not protect you from fraud.<p>To protect yourself from fraud, do not send information %-cont-%
  8927.  
  8928. !*strings.23066:(especially personal information, credit card numbers, or passwords) to this site if you have any doubt about the site's integrity.<p>For your %-cont-%
  8929.  
  8930. !*strings.23067:own protection, Netscape can remind you of this at the appropriate time.<p><center><input type=checkbox name=postwarn value=yes %1%>Warn me %-cont-%
  8931.  
  8932. !*strings.23068:before I send information to this site</center><p></div>%2%
  8933.  
  8934. !*strings.23069:%sec-banner-begin%%0%%sec-banner-end%<b><div>You have finished examining the certificate presented by:<br>%1%</b><p>You have %-cont-%
  8935.  
  8936. !*strings.23070:decided to refuse this ID. If, in the future, you change your mind about this decision, just visit this site again and this assistant will %-cont-%
  8937.  
  8938. !*strings.23071:reappear.<p>Click on the Finish button to return to the document you were viewing before you attempted to connect to this site.</div>%2%
  8939.  
  8940. !*strings.23072:%sec-banner-begin%%0%%sec-banner-end%<b><div>You have finished examining the certificate presented by:<br>%1%</b></div><p><div>You have %-cont-%
  8941.  
  8942. !*strings.23073:decided to accept this certificate and have asked that Netscape Communicator warn you before you send information to this site.<p>If you %-cont-%
  8943.  
  8944. !*strings.23074:change your mind, open Security Info from the Communicator menu and edit Site Certificates.<p>Click on the Finish button to begin receiving documents.%2%
  8945.  
  8946. !*strings.23080:%sec-banner-begin%%0%%sec-banner-end%<b><div>You have finished examining the certificate presented by:<br>%1%</div></b><p><div>You have %-cont-%
  8947.  
  8948. !*strings.23081:decided to accept this certificate and have decided not to have Netscape Communicator warn you before you send information to this site.</div><p><div>If %-cont-%
  8949.  
  8950. !*strings.23082:you change your mind, open Security Info from the Communicator Menu edit Site Certificates.<p>Click on the Finish button to begin %-cont-%
  8951.  
  8952. !*strings.23083:receiving documents.</div>%2%
  8953.  
  8954. !*strings.23084:%sec-banner-begin%%0%%sec-banner-end%<div>The certificate that the site '%1%' has presented does not contain the correct site %-cont-%
  8955.  
  8956. !*strings.23085:name. It is possible, though unlikely, that someone may be trying to intercept your communication with this site.  If you suspect the %-cont-%
  8957.  
  8958. !*strings.23086:certificate shown below does not belong to the site you are connecting with, please cancel the connection and notify the site administrator. <p>%-cont-%
  8959.  
  8960. !*strings.23087:Here is the Certificate that is being presented:</div><hr><table><tr><td valign=top><font size=2>Certificate for: <br>Signed by: <br>Encryption: %-cont-%
  8961.  
  8962. !*strings.23088:</font></td><td valign=top><font size=2>%2%<br>%3%<br>%4% Grade (%5% with %6%-bit secret key)</font></td><td valign=bottom><input %-cont-%
  8963.  
  8964. !*strings.23089:type="submit" name="button" value="%moreinfo%"></td></tr></table><hr>%7%
  8965.  
  8966. !*strings.23100:%sec-banner-begin%%0%%sec-banner-end%Please enter your new password.  The safest passwords are a combination of letters %-cont-%
  8967.  
  8968. !*strings.23101:and numbers, are at least 8 characters long, and contain no words from a dictionary.<p>Password: <input type=password name=password1><p>Type in %-cont-%
  8969.  
  8970. !*strings.23102:your password, again, for verification:<p>Retype Password: <input type=password name=password2><p><b>Do not forget your password!  Your %-cont-%
  8971.  
  8972. !*strings.23103:password cannot be recovered. If you forget it, you will have to obtain new Certificates.</b>
  8973.  
  8974. !*strings.23109:%sec-banner-begin%%0%%sec-banner-end%You did not enter your password correctly.  Please try again:<p>Password: <input %-cont-%
  8975.  
  8976. !*strings.23110:type=password name=password1><p>Type in your password, again, for verification:<p>Retype Password: <input type=password name=password2><p>%-cont-%
  8977.  
  8978. !*strings.23111:<b>Do not forget your password!  Your password cannot be recovered. If you forget it, you will have to obtain new Certificates.</b> 
  8979.  
  8980. !*strings.23112:%sec-banner-begin%%0%%sec-banner-end%It is strongly recommended that you protect your Private Key with a %-cont-%
  8981.  
  8982. !*strings.23113:Communicator password.  If you do not want a password, leave the password field blank.<P>The safest passwords are at least 8 characters long, include %-cont-%
  8983.  
  8984. !*strings.23114:both letters and numbers, and contain no words from a dictionary.<P><table><tr><td>Password:</td><td><input type=password name=password1></td>%-cont-%
  8985.  
  8986. !*strings.23115:</td></tr><tr><td>Type it again to confirm:</td><td><input type=password name=password2></td><td valign=bottom></td></tr></table><B>Important: %-cont-%
  8987.  
  8988. !*strings.23116:Your password cannot be recovered.  If you forget it, you will lose all of your certificates.</B><P>If you wish to change your password or other security %-cont-%
  8989.  
  8990. !*strings.23117:preferences, choose Security Info from the Communicator menu.
  8991.  
  8992. !*strings.23128:%sec-banner-begin%%0%%sec-banner-end%You have elected to operate without a password.<p>If you decide that you %-cont-%
  8993.  
  8994. !*strings.23129:would like to have a password to protect your Private Keys and Certificates, you can set up a password in Security Preferences.
  8995.  
  8996. !*strings.23130:%sec-banner-begin%%0%%sec-banner-end%Change the password for the %1%.<p>Enter your old password: <input %-cont-%
  8997.  
  8998. !*strings.23131:type=password name=password value=%2%><P><P>Enter your new password.  Leave the password fields blank if you don't want a password.<p><table><tr><td>%-cont-%
  8999.  
  9000. !*strings.23132:New Password:</td><td><input type=password name=password1></td></tr><tr><td>Type it again to confirm:</td><td><input type=password name=password2>%-cont-%
  9001.  
  9002. !*strings.23133:</td></tr></table><p><B>Important: Your password cannot be recovered.  If you forget it, you will lose all of your certificates.</B>
  9003.  
  9004. !*strings.23140:%sec-banner-begin%%0%%sec-banner-end%Your attempt to change your password failed.<p>This may be because your %-cont-%
  9005.  
  9006. !*strings.23141:key database is inaccessible (which can happen if you were already running a Communicator when you started this one), or because of some other %-cont-%
  9007.  
  9008. !*strings.23142:error.<p>It may indicate that your key database file has been corrupted, in which case you should try to get it from of a backup, if possible. As %-cont-%
  9009.  
  9010. !*strings.23143:a last resort, you may need to delete your key database, after which you will have to obtain new personal Certificates.
  9011.  
  9012. !*strings.23194:<table border=0 cellpadding=0 cellspacing=0 width="100%%"><td><input type="button" value="%moreinfo%" width=80 onclick="parent.clicker(this,window.parent)"></td>%-cont-%
  9013.  
  9014. !*strings.23195:<td align="right" nowrap><input type="button" value="%ok%" width=80 onclick="parent.clicker(this,window.parent)">  %-cont-%
  9015.  
  9016. !*strings.23196:<input type="button" value="%cancel%" width=80 onclick="parent.clicker(this,window.parent)"></td></table>
  9017.  
  9018. !*strings.23199:<div align=right><input type="button" name="button" value="%finished%" onclick="parent.clicker(this,window.parent)" width=80>  %-cont-%
  9019.  
  9020. !*strings.23200:<input type="button" name="button" value="%cancel%" onclick="parent.clicker(this,window.parent)" width=80></div>%0%
  9021.  
  9022. !*strings.23211:%sec-banner-begin%%0%%sec-banner-end%This function is not implemented:<br>%1%<br>Certificate name:<br>%2%
  9023.  
  9024. !*strings.23212:%0%%1%
  9025.  
  9026. !*strings.23213:<b><FONT SIZE=4>WARNING: If you delete this Certificate you will not be able to read any E-mail that has been encrypted with it.</FONT></b><p>Are you sure that you want to delete this Personal Certificate?<p>%0%
  9027.  
  9028. !*strings.23214:Are you sure that you want to delete this Site Certificate?<p>%0%
  9029.  
  9030. !*strings.23215:Are you sure that you want to delete this Certificate Authority?<p>%0%
  9031.  
  9032. !*strings.23216:%0%<hr>This Certificate belongs to an SSL server site.<br><input type=radio name=allow value=yes %1%>Allow connections to this site<br>%-cont-%
  9033.  
  9034. !*strings.23217:<input type=radio name=allow value=no %2%>Do not allow connections to this site<hr><input type=checkbox name=postwarn value=yes %3%>Warn %-cont-%
  9035.  
  9036. !*strings.23218:before sending data to this site
  9037.  
  9038. !*strings.23224:%0%<hr><div>This Certificate belongs to a Certifying Authority<br> %-cont-%
  9039.  
  9040. !*strings.23225:%1%<br>%2%<br>%3%<hr><input %-cont-%
  9041.  
  9042. !*strings.23226:type=checkbox name=postwarn value=yes %4%>Warn before sending data to sites certified by this authority</div>
  9043.  
  9044. !*strings.23232:%sec-banner-begin%%0%%sec-banner-end%<b>Warning: You %-cont-%
  9045.  
  9046. !*strings.23233:are about to send encrypted information to the site %1%.</b><p>It is safer not to send information (particularly personal information, credit %-cont-%
  9047.  
  9048. !*strings.23234:card numbers, or passwords) to this site if you are in doubt about its Certificate or integrity.<br>Here is the Certificate for this site:<hr>%-cont-%
  9049.  
  9050. !*strings.23235:<table><tr><td valign=top><font size=2>Certificate for: <br>Signed by: <br>Encryption: </font></td><td valign=top><font size=2>%2%<br>%3%<br>%-cont-%
  9051.  
  9052. !*strings.23236:%4% Grade (%5% with %6%-bit secret key)</font></td><td valign=bottom><font size=2><input type="submit" name="button" value="%moreinfo%%-cont-%
  9053.  
  9054. !*strings.23237:"></font></td></tr></table><hr><input type=radio name=action value=sendandwarn checked>Send this information and warn again next %-cont-%
  9055.  
  9056. !*strings.23238:time<br><input type=radio name=action value=send>Send this information and do not warn again<br><input type=radio name=action value=dontsend>Do not send information<br>%7%
  9057.  
  9058. !*strings.23239:%sec-banner-begin%%0%%sec-banner-end%<div>You are about to %-cont-%
  9059.  
  9060. !*strings.23240:go through the process of accepting a Certificate Authority. This has serious implications on the security of future encryptions using %-cont-%
  9061.  
  9062. !*strings.23241:Netscape. This assistant will help you decide whether or not you wish to accept this Certificate Authority.</div>
  9063.  
  9064. !*strings.23252:%sec-banner-begin%%0%%sec-banner-end%<div>A Certificate %-cont-%
  9065.  
  9066. !*strings.23253:Authority certifies the identity of sites on the internet. By accepting this Certificate Authority, you will allow Netscape Communicator to connect %-cont-%
  9067.  
  9068. !*strings.23254:to and receive information from any site that this authority certifies without prompting or warning you.</div><p><div>If you choose to refuse this %-cont-%
  9069.  
  9070. !*strings.23255:Certificate Authority, you will be prompted before you connect to or receive information from any site that this authority certifies.</div> 
  9071.  
  9072. !*strings.23261:%sec-banner-begin%%0%%sec-banner-end%<div>Here is the certificate for this Certificate Authority. Examine it carefully. The %-cont-%
  9073.  
  9074. !*strings.23262:Certificate Fingerprint can be used to verify that this Authority is who they say they are. To do this, compare the Fingerprint against the %-cont-%
  9075.  
  9076. !*strings.23263:Fingerprint published by this authority in other places.</div><hr><table><tr><td valign=top><font size=2>Certificate for: <br>Signed by: </font></td>%-cont-%
  9077.  
  9078. !*strings.23264:<td valign=top><font size=2>%1%<br>%2%</font></td><td valign=bottom><font size=2><input type="submit" name="button" value="%moreinfo%%-cont-%
  9079.  
  9080. !*strings.23265:"></font></td></tr></table><hr>
  9081.  
  9082. !*strings.23266:%sec-banner-begin%%0%%sec-banner-end%<div>Are you willing to accept this Certificate Authority for the purposes of certifying %-cont-%
  9083.  
  9084. !*strings.23267:other internet sites, email users, or software developers?<p> %1%%2%%3%</div>
  9085.  
  9086. !*strings.23275:%sec-banner-begin%%0%%sec-banner-end%<div>By accepting this Certificate Authority, you have told Netscape Communicator to connect to %-cont-%
  9087.  
  9088. !*strings.23276:to connect to and receive information from any site that it certifies  without warning you or prompting you.<p>Netscape Communicator can, however, warn you before %-cont-%
  9089.  
  9090. !*strings.23277:you send information to such a site.</div><p><div><input type=checkbox name=postwarn value=yes %1%>Warn me before sending information to sites %-cont-%
  9091.  
  9092. !*strings.23278:certified by this Certificate Authority</div>
  9093.  
  9094. !*strings.23279:%sec-banner-begin%%0%%sec-banner-end%<div>You have accepted this Certificate Authority.  Please enter a short name to identify this %-cont-%
  9095.  
  9096. !*strings.23280:Certificate Authority, for example <b>Netscape Corporate CA</b>. <p>Name: <font size=4><input type=text %-cont-%
  9097.  
  9098. !*strings.23281:name=nickname></font></div>
  9099.  
  9100. !*strings.23282:%sec-banner-begin%%0%%sec-banner-end%By rejecting this Certificate Authority, you have told Netscape Communicator not to connect %-cont-%
  9101.  
  9102. !*strings.23283:to and receive information from any site that it certifies without prompting you.
  9103.  
  9104. !*strings.23294:%0%
  9105.  
  9106. !*strings.23295:%sec-banner-begin%%0%%sec-banner-end%The site '%1%' has requested client authentication.<p>Here is the %-cont-%
  9107.  
  9108. !*strings.23296:site's certificate:<hr><table><tr><td valign=top><font size=2>Certificate for: <br>Signed by: <br>Encryption: </font></td><td valign=top><font %-cont-%
  9109.  
  9110. !*strings.23297:size=2>%2%<br>%3%<br>%4% Grade (%5% with %6%-bit secret key)</font></td><td valign=bottom><input type="submit" name="button" value="%moreinfo%%-cont-%
  9111.  
  9112. !*strings.23298:"></td></tr></table><hr>Select Your Certificate:<select name=cert>%7%</select>%8%
  9113.  
  9114. !*strings.23304:%sec-banner-begin%%0%%sec-banner-end%The site '%1%' has requested client authentication, but you do not have a Personal %-cont-%
  9115.  
  9116. !*strings.23305:Certificate to authenticate yourself.  The site may choose not to give you access without one.%2%
  9117.  
  9118. !*strings.23306:%sec-banner-begin%%0%%sec-banner-end%<B>All of the files that you have requested were encrypted.</B><p> This means that the %-cont-%
  9119.  
  9120. !*strings.23307:files that make up the document are sent to you encrypted for privacy while in transit.<p> For more details on the encryption of this %-cont-%
  9121.  
  9122. !*strings.23308:document, open Document Information.<p> <center><input type="submit" name="button" value="%ok%"><input type="submit" name="button" %-cont-%
  9123.  
  9124. !*strings.23309:value="%showdocinfo%"></center>%1%
  9125.  
  9126. !*strings.23315:<img src=about:security?banner-mixed>%0%<br clear=all><p><B>Some of the files that you have requested were encrypted.</B><p> Some of these files %-cont-%
  9127.  
  9128. !*strings.23316:are sent to you encrypted for privacy while in transit. Others are not encrypted and can be observed by a third party while in transit.<p>To %-cont-%
  9129.  
  9130. !*strings.23317:find out exactly which files were encrypted and which were not, open Document Information.<p> <center><input type="submit" name="button" %-cont-%
  9131.  
  9132. !*strings.23318:value="%ok%"><input type="submit" name="button" value="%showdocinfo%"></center>%1%
  9133.  
  9134. !*strings.23319:<img src=about:security?banner-insecure>%0%<br clear=all><p><B>None of the files that you have requested are encrypted.</B><p>Unencrypted files can %-cont-%
  9135.  
  9136. !*strings.23320:be observed by a third party while in transit.<p> <center><input type="submit" name="button" value="%ok%"></center>%1%
  9137.  
  9138. !*strings.23336:RC2 encryption in CBC mode with a 40-bit key
  9139.  
  9140. !*strings.23337:RC2 encryption in CBC mode with a 64-bit key
  9141.  
  9142. !*strings.23338:RC2 encryption in CBC mode with a 128-bit key
  9143.  
  9144. !*strings.23339:DES encryption in CBC mode with a 56-bit key
  9145.  
  9146. !*strings.23340:DES EDE3 encryption in CBC mode with a 168-bit key
  9147.  
  9148. !*strings.23341:RC5 encryption in CBC mode with a 40-bit key
  9149.  
  9150. !*strings.23342:RC5 encryption in CBC mode with a 64-bit key
  9151.  
  9152. !*strings.23343:RC5 encryption in CBC mode with a 128-bit key
  9153.  
  9154. !*strings.23351:No valid encryption policy file was found for this English language \n\
  9155. version of Communicator.  All encryption and decryption will be disabled.
  9156.  
  9157. !*strings.23352:  (No ciphers are permitted)
  9158.  
  9159. !*strings.23353:  (When permitted)
  9160.  
  9161. !*strings.23354:%sec-banner-begin%%0%%sec-banner-end%<h3>Select ciphers to enable for S/MIME %1%</h3><ul>%2%</ul>%3%
  9162.  
  9163. !*strings.23355:%sec-banner-begin%%0%%sec-banner-end%<h3>Select ciphers to enable for SSL v2 %1%</h3><ul>%2%</ul>%3%
  9164.  
  9165. !*strings.23356:%sec-banner-begin%%0%%sec-banner-end%<h3>Select ciphers to enable for SSL v3 %1%</h3><ul>%2%</ul>%3%
  9166.  
  9167. !*strings.23392:%sec-banner-begin%%0%%sec-banner-end%When you click OK, Communicator will generate a Private Key for your %-cont-%
  9168.  
  9169. !*strings.23393:Certificate.  This may take a few minutes.<P><B>Important: If you interrupt this process, you will have to reapply for the Certificate.</B>%1% %2% %3%<P>
  9170.  
  9171. !*strings.23394:Key Generation Info
  9172.  
  9173. !*strings.23401:%sec-banner-begin%%0%%sec-banner-end%%1% is a site that uses encryption to protect transmitted information.  However the %-cont-%
  9174.  
  9175. !*strings.23402:digital Certificate that identifies this site has expired.  This may be because the certificate has actually expired, or because the date on %-cont-%
  9176.  
  9177. !*strings.23403:your computer is wrong.<p>The certificate expires on %2%.<p>Your computer's date is set to %3%.  If this date is incorrect, then you %-cont-%
  9178.  
  9179. !*strings.23404:should reset the date on your computer.<p>You may continue or cancel this connection.%4%
  9180.  
  9181. !*strings.23410:%sec-banner-begin%%0%%sec-banner-end%%1% is a site that uses encryption to protect transmitted information.  However the %-cont-%
  9182.  
  9183. !*strings.23411:digital Certificate that identifies this site is not yet valid.  This may be because the certificate was installed too soon by the site %-cont-%
  9184.  
  9185. !*strings.23412:administrator, or because the date on your computer is wrong.<p>The certificate is valid beginning %2%.<p>Your computer's date is set to %-cont-%
  9186.  
  9187. !*strings.23413:%3%.  If this date is incorrect, then you should reset the date on your computer.<p>You may continue or cancel this connection.%4%
  9188.  
  9189. !*strings.23419:%sec-banner-begin%%0%%sec-banner-end%%1% is a site that uses encryption to protect transmitted information.  However one of %-cont-%
  9190.  
  9191. !*strings.23420:the Certificate Authorities that identifies this site has expired.  This may be because a certificate has actually expired, or because the date %-cont-%
  9192.  
  9193. !*strings.23421:on your computer is wrong. Press the More Info button to see details of the expired certificate.<hr><table cellspacing=0 cellpadding=0><tr><td %-cont-%
  9194.  
  9195. !*strings.23422:valign=top><font size=2>Certificate Authority: <br>Expiration Date: </font></td><td valign=top><font size=2>%2%<br>%3%</font></td><td %-cont-%
  9196.  
  9197. !*strings.23423:valign=center align=right><input type="submit" name="button" value="%moreinfo%"></td></tr></table><hr>Your computer's date is set %-cont-%
  9198.  
  9199. !*strings.23424:to %4%.  If this date is incorrect, then you should reset the date on your computer.<p>You may continue or cancel this connection.
  9200.  
  9201. !*strings.23430:%sec-banner-begin%%0%%sec-banner-end%%1% is a site that uses encryption to protect transmitted information.  However one of %-cont-%
  9202.  
  9203. !*strings.23431:the Certificate Authorities that identifies this site is not yet valid.  This may be because a certificate was install too soon by the site %-cont-%
  9204.  
  9205. !*strings.23432:administrator, or because the date on your computer is wrong. Press the More Info button to see details of the expired certificate.<hr><table %-cont-%
  9206.  
  9207. !*strings.23433:cellspacing=0 cellpadding=0><tr><td valign=top><font size=2>Certificate Authority: <br>Certificate Valid On: </font></td><td valign=top><font %-cont-%
  9208.  
  9209. !*strings.23434:size=2>%2%<br>%3%</font></td><td valign=center align=right><input type="submit" name="button" value="%moreinfo%"></td></tr></table>%-cont-%
  9210.  
  9211. !*strings.23435:<hr>Your computer's date is set to %4%.  If this date is incorrect, then you should reset the date on your computer.<p>You may continue or cancel %-cont-%
  9212.  
  9213. !*strings.23436:this connection.
  9214.  
  9215. !*strings.23492:Cancel
  9216.  
  9217. !*strings.23493:OK
  9218.  
  9219. !*strings.23494:Continue
  9220.  
  9221. !*strings.23495:Next>
  9222.  
  9223. !*strings.23496:<Back
  9224.  
  9225. !*strings.23497:Finish
  9226.  
  9227. !*strings.23498:More Info...
  9228.  
  9229. !*strings.23499:Show Certificate
  9230.  
  9231. !*strings.23500:Show Order
  9232.  
  9233. !*strings.23501:Show Document Info
  9234.  
  9235. !*strings.23507:Next>
  9236.  
  9237. !*strings.23508:<Back
  9238.  
  9239. !*strings.23509:Save As...
  9240.  
  9241. !*strings.23516:Alert
  9242.  
  9243. !*strings.23517:View A Certificate
  9244.  
  9245. !*strings.23518:Certificate Name Check
  9246.  
  9247. !*strings.23519:Certificate Is Expired
  9248.  
  9249. !*strings.23520:Certificate Is Not Yet Good
  9250.  
  9251. !*strings.23521:Certificate Authority Is Expired
  9252.  
  9253. !*strings.23522:Certificate Authority Is Not Yet Good
  9254.  
  9255. !*strings.23523:Encryption Information
  9256.  
  9257. !*strings.23534:View A Personal Certificate
  9258.  
  9259. !*strings.23535:Delete A Personal Certificate
  9260.  
  9261. !*strings.23536:Delete A Site Certificate
  9262.  
  9263. !*strings.23537:Delete A Certificate Authority
  9264.  
  9265. !*strings.23538:Edit A Site Certificate
  9266.  
  9267. !*strings.23539:Edit A Certification Authority
  9268.  
  9269. !*strings.23540:No User Certificate
  9270.  
  9271. !*strings.23541:Select A Certificate
  9272.  
  9273. !*strings.23542:Security Information
  9274.  
  9275. !*strings.23543:Generate A Private Key
  9276.  
  9277. !*strings.23544:New Site Certificate
  9278.  
  9279. !*strings.23545:New Certificate Authority
  9280.  
  9281. !*strings.23552:Setting Up Your Communicator Password
  9282.  
  9283. !*strings.23553:Change Your Communicator Password
  9284.  
  9285. !*strings.23554:Enable Your Communicator Password
  9286.  
  9287. !*strings.23555:Password Error
  9288.  
  9289. !*strings.23556:Configure Ciphers
  9290.  
  9291. !*strings.23557:%sec-banner-begin%%0%%sec-banner-end%The certificate that you have selected has expired and may %-cont-%
  9292.  
  9293. !*strings.23558:be rejected by the server.  You may press Continue to send it anyway, or Cancel to abort this connection.
  9294.  
  9295. !*strings.23569:%sec-banner-begin%%0%%sec-banner-end%<table><tr><td>The certificate that you have selected has expired and may %-cont-%
  9296.  
  9297. !*strings.23570:be rejected by the server.  You may press %continue% to send it anyway, or %cancel% to abort this connection.  To renew your %-cont-%
  9298.  
  9299. !*strings.23571:certificate press the %renew% button.</td><td><input type=submit name=button value=%renew%></td></tr></table>
  9300.  
  9301. !*strings.23577:Renew
  9302.  
  9303. !*strings.23578:%sec-banner-begin%%0%%sec-banner-end%The certificate that you have selected is not yet valid and may be rejected by the server.  You may press Continue to send it anyway, or Cancel to abort this connection.
  9304.  
  9305. !*strings.23579:Your Certificate Is Expired
  9306.  
  9307. !*strings.23580:Ask every time
  9308.  
  9309. !*strings.23581:Let Communicator choose automatically
  9310.  
  9311. !*strings.23582:1024 (High Grade)
  9312.  
  9313. !*strings.23583: 768 (Medium Grade)
  9314.  
  9315. !*strings.23584: 512 (Low Grade)
  9316.  
  9317. !*strings.23640:View Certificate Policy
  9318.  
  9319. !*strings.23641:Check Certificate Status
  9320.  
  9321. !*strings.23642:RC4 encryption with a 128-bit key
  9322.  
  9323. !*strings.23643:RC2 encryption with a 128-bit key
  9324.  
  9325. !*strings.23644:Triple DES encryption with a 168-bit key
  9326.  
  9327. !*strings.23645:DES encryption with a 56-bit key
  9328.  
  9329. !*strings.23646:RC4 encryption with a 40-bit key
  9330.  
  9331. !*strings.23647:RC2 encryption with a 40-bit key
  9332.  
  9333. !*strings.23653:RC4 encryption with a 128-bit key and an MD5 MAC
  9334.  
  9335. !*strings.23654:Triple DES encryption with a 168-bit key and a SHA-1 MAC
  9336.  
  9337. !*strings.23655:DES encryption with a 56-bit key and a SHA-1 MAC
  9338.  
  9339. !*strings.23656:RC4 encryption with a 40-bit key and an MD5 MAC
  9340.  
  9341. !*strings.23657:RC2 encryption with a 40-bit key and an MD5 MAC
  9342.  
  9343. !*strings.23658:No encryption with an MD5 MAC
  9344.  
  9345. !*strings.23659:RC4 encryption with a 56-bit key and a SHA-1 MAC
  9346.  
  9347. !*strings.23660:DES encryption in CBC mode with a 56-bit key and a SHA-1 MAC
  9348.  
  9349. !*strings.23709:<h3>CRL List:</h3><table><tr><td><select name=crl size=10>%0%</select></td><td valign="middle">%-cont-%
  9350.  
  9351. !*strings.23710:<input type="submit" name="button" value="%new%"></input><br>%-cont-%
  9352.  
  9353. !*strings.23711:<input type="submit" name="button" value="%reload%"></input><br>%-cont-%
  9354.  
  9355. !*strings.23712:<input type="submit" name="button" value="%moreinfo%"></input><br>%-cont-%
  9356.  
  9357. !*strings.23713:<input type="submit" name="button" value="%delete%"></input><br>%-cont-%
  9358.  
  9359. !*strings.23714:</td></tr></table>
  9360.  
  9361. !*strings.23715:New/Edit ...
  9362.  
  9363. !*strings.23716:Reload
  9364.  
  9365. !*strings.23717:Delete
  9366.  
  9367. !*strings.23718:FIPS 140-1 compliant triple DES encryption and SHA-1 MAC
  9368.  
  9369. !*strings.23719:FIPS 140-1 compliant DES encryption and SHA-1 MAC
  9370.  
  9371. !*strings.23727:Edit Security Module
  9372.  
  9373. !*strings.23728:Create a New Security Module
  9374.  
  9375. !*strings.23734:FORTEZZA encryption with a 80-bit key and an SHA-1 MAC
  9376.  
  9377. !*strings.23735:FORTEZZA authentication with RC4 128-bit key and an SHA-1 MAC
  9378.  
  9379. !*strings.23736:No encryption with FORTEZZA authentication and an SHA-1 MAC
  9380.  
  9381. !*strings.23742:Please enter the password or the pin for\n\
  9382. %s.
  9383.  
  9384. !*strings.23743:%sec-banner-begin%%0%%sec-banner-end%The %1% has not been initialized with a User PIN or Password.  In order %-cont-%
  9385.  
  9386. !*strings.23744:to initialize this card, you must enter the Administration or Site Security Password.  If you do not know this password, please hit <B>cancel</B>, and %-cont-%
  9387.  
  9388. !*strings.23745:take this card back to your issuer to be initialized.<p>Enter adminstration Password for the %2%:<input type=password name=ssopassword>.
  9389.  
  9390. !*strings.23751:%sec-banner-begin%%0%%sec-banner-end%The administration password you entered for the %1% was incorrect.  %-cont-%
  9391.  
  9392. !*strings.23752:Many cards disable themselves after too many incorrect password attempts.  If you do not know this password, please hit <B>cancel</B>, and take this card %-cont-%
  9393.  
  9394. !*strings.23753:back to your issuer to be initialized.<p>Enter adminstration Password for the %2%:<input type=password name=ssopassword>.
  9395.  
  9396. !*strings.23754:%sec-banner-begin%%0%%sec-banner-end%The %1% could not be initialized because of the following error:<p> %2%
  9397.  
  9398. !*strings.23755:Edit Defaults...
  9399.  
  9400. !*strings.23756:Login
  9401.  
  9402. !*strings.23757:Logout
  9403.  
  9404. !*strings.23758:%0%%1%%2%%3%%4%%5%
  9405.  
  9406. !*strings.23759:Security Info
  9407.  
  9408. !*strings.23760:Set Password...
  9409.  
  9410. !*strings.23761:Slot or Token does not require a login.
  9411.  
  9412. !*strings.23762:Slot or Token is already logged in.
  9413.  
  9414. !*strings.23763:<p>Select the card or database you wish to generate your key in:<SELECT name="tokenName">
  9415.  
  9416. !*strings.23764:Token %s is write protected, certs and keys cannot be deleted
  9417.  
  9418. !*strings.23766:Slot failed to Initialize.
  9419.  
  9420. !*strings.23767:User has manually disabled this slot.
  9421.  
  9422. !*strings.23768:Token failed startup tests.
  9423.  
  9424. !*strings.23769:Permanent Token not present.
  9425.  
  9426. !*strings.23780:Java Security
  9427.  
  9428. !*strings.23781:Java Security (Delete Privilege)
  9429.  
  9430. !*strings.23782:Java Security (Edit Privileges)
  9431.  
  9432. !*strings.23783:Are you sure that you want to delete all the privileges for all applets and scripts from <b>%0%</b>?
  9433.  
  9434. !*strings.23784:Allow applets and scripts from <b> %0% </b> to have the following access %-cont-%
  9435.  
  9436. !*strings.23785:<table><tr><td colspan=3>Always:</td></tr> <tr><td><select name=target size=3> %1% </select></td> %-cont-%
  9437.  
  9438. !*strings.23786:<td></td><td> <input type="submit" name="button" value="%delete%"></input>%-cont-%
  9439.  
  9440. !*strings.23787:<input type="submit" name="button" value="%moreinfo%"></input></td></tr></table>%-cont-%
  9441.  
  9442. !*strings.23788:<table><tr><td colspan=3>For this session only:</td></tr> <tr><td><select name=target size=3> %2% </select></td> %-cont-%
  9443.  
  9444. !*strings.23789:<td></td><td> <input type="submit" name="button" value="%delete%"></input>%-cont-%
  9445.  
  9446. !*strings.23790:<input type="submit" name="button" value="%moreinfo%"></input></td></tr></table>%-cont-%
  9447.  
  9448. !*strings.23791:<table><tr><td colspan=3>Never:</td></tr> <tr><td><select name=target size=3> %3% </select></td> %-cont-%
  9449.  
  9450. !*strings.23792:<td></td><td> <input type="submit" name="button" value="%delete%"></input>%-cont-%
  9451.  
  9452. !*strings.23793:<input type="submit" name="button" value="%moreinfo%"></input></td></tr></table>
  9453.  
  9454. !*strings.23804:Are you sure that you want to delete the <b>%0%</b> privileges for all applets and scripts from <b>%1%</b>?
  9455.  
  9456. !*strings.23805:<b> %0% </b> is a <b> %1% </b> access.<br> <ul>It consists of:<br><select name=details size=6> %2% </select></ul>
  9457.  
  9458. !*strings.23806:<table BORDER=0><tr><td VALIGN=top><font SIZE=2><b>Danger <SPACER TYPE=horizontal SIZE=7></B><br></td> %-cont-%
  9459.  
  9460. !*strings.23807:<td "100%%"><font SIZE=2>A Java applet or JavaScript script from <b>%0%</b> is requesting unusual access to your computer or network. %-cont-%
  9461.  
  9462. !*strings.23808:You should not grant this access unless you trust that vendor or distributor.</td></tr><tr><td valign=top colspan=2><center> <input type="submit" name="button" value="%3%"></input> %-cont-%
  9463.  
  9464. !*strings.23809:</center><spacer type=vertical size=20></td></tr> <tr><td></td><td><font size=2>The access requested is <b>%1%</b> and consists of:</td></tr> %-cont-%
  9465.  
  9466. !*strings.23810:<tr><td coldspan=2><center><table> <td><select multiple name=target size=4>%2%</select></td> <td><input type="submit" name="button" value="%moreinfo%"> </input></td></table></center></td></tr></table> %-cont-%
  9467.  
  9468. !*strings.23811:<br>Do you wish to grant the requested access? <br><spacer type=horizontal size=5><input type=radio name=perm value=yes> Yes, grant this access to all applets and scripts from <b>%0%</b> for this session %-cont-%
  9469.  
  9470. !*strings.23812:<br><spacer type=horizontal size=5><input type=radio name=perm value=no checked> No, deny this access (This may mean the applet or script cannot work properly) %-cont-%
  9471.  
  9472. !*strings.23813:<br><input type=checkbox name=remember> Remember this decision for all applets and scripts from <b>%0%</b><br></td></table>
  9473.  
  9474. !*strings.23824:<table BORDER=0><tr><td VALIGN=top><font SIZE=2><b>Danger <SPACER TYPE=horizontal SIZE=7></B><br></td> %-cont-%
  9475.  
  9476. !*strings.23825:<td "100%%"><font SIZE=2>A Java applet or JavaScript script on the server "<b>%0%</b>" is requesting unusual access to your computer or network. %-cont-%
  9477.  
  9478. !*strings.23826:It is <b>not digitally signed</b>. Be aware that it may have been tampered with and may cause harm to your computer. </td></tr> <tr><td></td><td><font size=2>The access requested is <b>%1%</b> and consists of:</td></tr> %-cont-%
  9479.  
  9480. !*strings.23827:<tr><td coldspan=2><center><table> <td><select multiple name=target size=4>%2%</select></td> <td><input type="submit" name="button" value="%moreinfo%"> </input></td></table></center></td></tr></table> %-cont-%
  9481.  
  9482. !*strings.23828:<br>Do you wish to grant the requested access? <br><spacer type=horizontal size=5><input type=radio name=perm value=yes> Yes, grant this access to all applets and scripts on the "<b>%0%</b>" server for this session %-cont-%
  9483.  
  9484. !*strings.23829:<br><spacer type=horizontal size=5><input type=radio name=perm value=no checked> No, deny this access (This may mean the applet or script cannot work properly) %-cont-%
  9485.  
  9486. !*strings.23830:<br><input type=checkbox name=remember> Remember this decision for all applets and scripts on the "<b>%0%</b>" server <br></td></table>
  9487.  
  9488. !*strings.23841:<b>Security Module Name:</b> <input name="name"><br><b>Security Module File:</b> <input name="library"><br>
  9489.  
  9490. !*strings.23842:You must specify a PKCS #11 Version 2.0 library to load\n
  9491.  
  9492. !*strings.23843:<b>Slot Description:</b> %0%<br><b>Manufacturer:</b> %1%<br><b>Version Number:</b> %2%<br><b>Firmware Version:</b> %3%<br>%-cont-%
  9493.  
  9494. !*strings.23844:%4%<b>Token Name:</b> %5%<br><b>Token Manufacturer:</b>%6%<br><b>Token Model:</b> %7%<br><b>Token Serial Number:</b>%8%<br>%-cont-%
  9495.  
  9496. !*strings.23845:<b>Token Version:</b> %9%<br><b>Token Firmware Version:</b> %10%<br><b>Login Type:</b> %11%<br><b>State:</b>%12%%13%%14%
  9497.  
  9498. !*strings.23846:Token/Slot Information
  9499.  
  9500. !*strings.23847:Login Required
  9501.  
  9502. !*strings.23848:Public (no login required)
  9503.  
  9504. !*strings.23849:Ready
  9505.  
  9506. !*strings.23850:<font color=red>Not Logged In</font>
  9507.  
  9508. !*strings.23851:<font color=red>Uninitialized</font>
  9509.  
  9510. !*strings.23852:<font color=red>Not Present</font>
  9511.  
  9512. !*strings.23853:<font color=red>Disabled(
  9513.  
  9514. !*strings.23854:)</font>
  9515.  
  9516. !*strings.23860: Initialize Token
  9517.  
  9518. !*strings.23861: Change Password 
  9519.  
  9520. !*strings.23862:   Set Password  
  9521.  
  9522. !*strings.23863:   No Password   
  9523.  
  9524. !*strings.23864:%sec-banner-begin%%0%%sec-banner-end%You are downloading the e-mail certificate of another user.  After accepting %-cont-%
  9525.  
  9526. !*strings.23865:this certificate you will be able to send encrypted e-mail to this user. Press the More Info button to see details of the e-mail certificate. %-cont-%
  9527.  
  9528. !*strings.23866:<hr><table cellspacing=0 cellpadding=0><tr><td valign=top><table cellspacing=0 cellpadding=0><tr><td><font size=2>Certificate For:%-cont-%
  9529.  
  9530. !*strings.23867:</font></td><td><font size=2>%1%</font></td></tr><tr><td><font size=2>Email Address:</font></td><td><font size=2>%2%</font></td></tr><tr><td>%-cont-%
  9531.  
  9532. !*strings.23868:<font size=2>Certified By:</font></td><td><font size=2>%3%</font></td></tr></table></td><td valign=center align=right><input type="submit" name="button" value="%moreinfo%"></td></tr></table><hr>
  9533.  
  9534. !*strings.23874:Download an E-Mail Certificate
  9535.  
  9536. !*strings.23875:Accept this Certificate Authority for Certifying network sites
  9537.  
  9538. !*strings.23876:Accept this Certificate Authority for Certifying e-mail users
  9539.  
  9540. !*strings.23877:Accept this Certificate Authority for Certifying software developers
  9541.  
  9542. !*strings.23878:%0%<p>%1%
  9543.  
  9544. !*strings.23879:Select A Certificate
  9545.  
  9546. !*strings.23880:Please select a certificate to edit:<p>
  9547.  
  9548. !*strings.23881:Please select a certificate to delete:<p>
  9549.  
  9550. !*strings.23882:Please select a certificate to view:<p>
  9551.  
  9552. !*strings.23883:Please select a certificate to verify:<p>
  9553.  
  9554. !*strings.23884:Delete An E-mail Certificate
  9555.  
  9556. !*strings.23885:Are you sure that you want to delete this E-mail Certificate?<p>%0%
  9557.  
  9558. !*strings.23937:Netscape Communications Corp    
  9559.  
  9560. !*strings.23938:Communicator Internal Crypto Svc
  9561.  
  9562. !*strings.23939:Communicator Generic Crypto Svcs
  9563.  
  9564. !*strings.23940:Communicator Certificate DB     
  9565.  
  9566. !*strings.23946:Communicator Internal Cryptographic Services Version 4.0        
  9567.  
  9568. !*strings.23947:Communicator User Private Key and Certificate Services          
  9569.  
  9570. !*strings.23953:Netscape Internal FIPS-140-1 Cryptographic Services             
  9571.  
  9572. !*strings.23954:Netscape FIPS-140-1 User Private Key Services                   
  9573.  
  9574. !*strings.23955:Verification of the selected certificate failed for the following reasons:<p>%0%
  9575.  
  9576. !*strings.23956:Verify A Certificate
  9577.  
  9578. !*strings.23962:The Certificate has been successfully verified.
  9579.  
  9580. !*strings.23963:Certificate has expired
  9581.  
  9582. !*strings.23964:Not certified for %s
  9583.  
  9584. !*strings.23965:Certificate not trusted
  9585.  
  9586. !*strings.23966:Unable to find Certificate Authority
  9587.  
  9588. !*strings.23967:Certificate signature is invalid
  9589.  
  9590. !*strings.23968:Certificate Revocation List is invalid
  9591.  
  9592. !*strings.23969:Certificate has been revoked
  9593.  
  9594. !*strings.23970:Not a valid Certificate Authority
  9595.  
  9596. !*strings.23971:Internal Error
  9597.  
  9598. !*strings.23972:Digital Signing
  9599.  
  9600. !*strings.23973:Encryption
  9601.  
  9602. !*strings.23974:Certificate Signing
  9603.  
  9604. !*strings.23975:Unknown Usage
  9605.  
  9606. !*strings.23976:E-Mail Certification
  9607.  
  9608. !*strings.23977:Internet Site Certification
  9609.  
  9610. !*strings.23978:Software Developer Certification
  9611.  
  9612. !*strings.23979:E-Mail
  9613.  
  9614. !*strings.23980:Internet Site
  9615.  
  9616. !*strings.23981:Software Developer
  9617.  
  9618. !*strings.23987:%0%
  9619.  
  9620. !*strings.23988:This will replace the Netscape internal module with the Netscape FIPS-140-1 cryptographic module.\n\
  9621. \n\
  9622. The FIPS-140-1 cryptographic module limits security 
  9623.  
  9624. !*strings.23989:functions to those approved by the United States Federal Government's internal standards.\n\
  9625. \n\
  9626. Do you wish to delete the internal module, anyway?
  9627.  
  9628. !*strings.23995:This will replace the FIPS-140-1 cryptographic module with the Netscape internal module.\n\
  9629. \n\
  9630. This means that Communicator will no longer be FIPS-140-1 compliant (security 
  9631.  
  9632. !*strings.23996:functions to those approved by the United States Federal Government's internal standards).\n\
  9633. \n\
  9634. Do you wish to delete the FIPS-140-1 module, anyway?
  9635.  
  9636. !*strings.23997:Search
  9637.  
  9638. !*strings.23998:Search Directory for Certificates
  9639.  
  9640. !*strings.24004:<div align=right><input type="button" name="button" value="%fetch%" onclick="parent.clicker(this,window.parent)" width=80>  <input type="button" name="button" value="%cancel%" onclick="parent.clicker(this,window.parent)" width=80>%0%
  9641.  
  9642. !*strings.24005:Communicator will search network Directories for the Security Certificates that are used to send other people encrypted mail messages.<p>Enter the exact E-mail %-cont-%
  9643.  
  9644. !*strings.24006:addresses of the people you are looking for and press Search. <table border=0 cellspacing=0 cellpadding=5><tr><td><b>Directory:</b></td><td><select name=dirmenu>%0%%-cont-%
  9645.  
  9646. !*strings.24007:</select></td></tr>%-cont-%
  9647.  
  9648. !*strings.24008:<tr><td><b>E-mail Addresses:</b></td><td><input type=text name=searchfor size=50></td></tr></table>
  9649.  
  9650. !*strings.24014:All Directories
  9651.  
  9652. !*strings.24015:Search Results
  9653.  
  9654. !*strings.24016:Press the <b>%ok%</b> button to save the Certificates that were found, or <b>%cancel%</b> to discard them.<p>Certificates for the following E-Mail users were found in the directory:<br> %0%<p>%1%%2%
  9655.  
  9656. !*strings.24017:Certificates for the following E-Mail users were not found in the directory:<br>
  9657.  
  9658. !*strings.24018:Send Your E-Mail Certificate To A Directory
  9659.  
  9660. !*strings.24019:Select the Directory to send your Certificate to:<p><select name=dirmenu>%0%</select><br>%-cont-%
  9661.  
  9662. !*strings.24020:Communicator will send your Security Certificate to a network Directory so that other user's can easily find it to send you encrypted messages.
  9663.  
  9664. !*strings.24021:%0%%1%%2%%3%%4%
  9665.  
  9666. !*strings.24022:Communicator will search a Directory for the Security Certificates that are needed to send this encrypted message. %-cont-%
  9667.  
  9668. !*strings.24023:<input type=hidden name=searchfor value="%0%"><table border=0 cellspacing=0 cellpadding=5><tr><td><b>Select a Directory:</b></td><td><select name=dirmenu>%1%%-cont-%
  9669.  
  9670. !*strings.24024:</select></td></tr><tr><td valign=top><b>Searching For:</b></td><td>%2%</td></tr></table>
  9671.  
  9672. !*strings.24075:Sending to Directory
  9673.  
  9674. !*strings.24076:Searching Directory
  9675.  
  9676. !*strings.24077:Enter Password for Directory
  9677.  
  9678. !*strings.24078:An error occurred when communicating with the Directory
  9679.  
  9680. !*strings.24079:%sec-banner-begin%%0%%sec-banner-end%Communicator is about to generate a Private Key for you.  It will be used along with the Certificate you are now %-cont-%
  9681.  
  9682. !*strings.24080:now requesting to identify you to WebSites and via Email.  You Private Key never leaves your computer, and if you choose, will be protected by a Communicator password.<P>%-cont-%
  9683.  
  9684. !*strings.24081:Passwords are particularly important if you are in an environment where other people have access to your computer, either physically or over a network.  %-cont-%
  9685.  
  9686. !*strings.24082:Do not give others your password, because that would allow them to use your Certificate to impersonate you.<P>%-cont-%
  9687.  
  9688. !*strings.24083:Communicator uses a complex mathematical operation to generate your private key.  It may take up to severeal minutes to complete.  If you interrupt %-cont-%
  9689.  
  9690. !*strings.24084:Communicator during this process, it will not create your key, and you will have to reapply for your Certificate.
  9691.  
  9692. !*strings.24090:%sec-banner-begin%%0%%sec-banner-end%Passwords are particularly important if you are in an environment where other %-cont-%
  9693.  
  9694. !*strings.24091:people have access to your computer, either physically or over a network.  Do not give others your password, because that would allow them to use your %-cont-%
  9695.  
  9696. !*strings.24092:Certificate to impersonate you.<P>The safest passwords are at least 8 characters long, include both letters, and number or symbols, and contain no words found in a dictionary.
  9697.  
  9698. !*strings.24098:Select a Card or Database
  9699.  
  9700. !*strings.24099:Select the card or database you wish to import certificates to: <BR> <SELECT NAME="tokenName" SIZE=10>%0%</SELECT>
  9701.  
  9702. !*strings.24100:Not a valid FORTEZZA Certificate Authority
  9703.  
  9704. !*strings.24101:Certificate does not have a Recognized Public Key
  9705.  
  9706. !*strings.24102:Save this file encrypted [ok] or unencrypted [cancel]
  9707.  
  9708. !*strings.24103:Successive login failures may disable this card or database. Password is invalid. Retry?\n\
  9709.     %s\n
  9710.  
  9711. !*strings.24104:No Compromised Key List for the certificate has been found.\n\
  9712. You must load the Compromised Key List before continuing.
  9713.  
  9714. !*strings.24105:The Compromised Key List for the certificate has expired.\n\
  9715. Reload a new Compromised Key List.
  9716.  
  9717. !*strings.24106:The Compromised Key List for the certificate has an invalid signature.\n\
  9718. Reload a new Compromised Key List.
  9719.  
  9720. !*strings.24107:The key for the certificate has been revoked.
  9721.  
  9722. !*strings.24108:The Compromised Key List has an invalid format.
  9723.  
  9724. !*strings.24109:Netscape is unable to communicate securely with this site\n\
  9725. because the domain to which you are attempting to connect\n\
  9726. does not match the domain name in the server's certificate.
  9727.  
  9728. !*strings.24160:Digital Signature
  9729.  
  9730. !*strings.24161:The site '%0%' has requested that you sign the following message:<br><pre><dl><dd><tt>%1%</dl></tt></pre><br><b>If you agree to sign this message press %ok%, otherwise press %cancel%.</b>
  9731.  
  9732. !*strings.24200:The site '%0%' has requested that you sign the following message:<br><pre><dl><dd><tt>%1%</dl></tt></pre><br>Please select a certificate %-cont-%
  9733.  
  9734. !*strings.24201:to use for signing:<br><SELECT NAME=certname>%2%</SELECT><br><b>If you agree to sign this message press %ok%, otherwise press %cancel%.</b>
  9735.  
  9736. !*strings.24202:View/Edit A Personal Certificate
  9737.  
  9738. !*strings.24203:%0%<hr><div><b>This email user's certificate does not have a trusted issuer.</b> <br>You may decide to directly trust this certificate to permit the %-cont-%
  9739.  
  9740. !*strings.24204:exchange of signed and encrypted e-mail with this user. <p>%-cont-%
  9741.  
  9742. !*strings.24205:To be safe, before deciding to trust this certificate, you should contact the e-mail user and verify that the certificate fingerprint %-cont-%
  9743.  
  9744. !*strings.24206: listed above is the same as the one he or she has.<p><input type=radio name=dirtrust value=no %1%>Do not trust this certificate.<br> %-cont-%
  9745.  
  9746. !*strings.24207:<input type=radio name=dirtrust value=yes %2%>Trust this certificate even though it does not have a trusted issuer.</div>
  9747.  
  9748. !*strings.24213:<font face="Impress BT, Verdana, Arial, Helvetica, sans-serif" point-size=16>
  9749.  
  9750. !*strings.24214:<STYLE TYPE="text/css"> DIV { FONT-FAMILY: "Prima Sans BT", Verdana, Arial, Helvetica, Lucida; FONT-SIZE: 10pt;} TD { FONT-FAMILY: "PrimaSans BT", Verdana, Arial, Helvetica, Lucida; %-cont-%
  9751.  
  9752. !*strings.24215:FONT-SIZE: 10pt;} BODY { FONT-FAMILY: "Prima Sans BT", Verdana, Arial, Helvetica, Lucida; FONT-SIZE: 10 pt;} %-cont-%
  9753.  
  9754. !*strings.24216:H1, H2, H3 { font-weight: 700;} H1 { FONT-SIZE: 16PT; } H2 {FONT-SIZE: 14PT;} </STYLE>
  9755.  
  9756. !*strings.24500:
  9757.  
  9758. !*strings.24501:View
  9759.  
  9760. !*strings.24502:Edit
  9761.  
  9762. !*strings.24503:Verify
  9763.  
  9764. !*strings.24504:Delete
  9765.  
  9766. !*strings.24505:Export
  9767.  
  9768. !*strings.24506:Delete Expired
  9769.  
  9770. !*strings.24507:Remove
  9771.  
  9772. !*strings.24508:Get a Certificate...
  9773.  
  9774. !*strings.24509:Get Certificates...
  9775.  
  9776. !*strings.24510:Import a Certificate...
  9777.  
  9778. !*strings.24511:View Certificate
  9779.  
  9780. !*strings.24512:Edit Privileges
  9781.  
  9782. !*strings.24513:View/Edit
  9783.  
  9784. !*strings.24514:Add
  9785.  
  9786. !*strings.24515:Logout All
  9787.  
  9788. !*strings.24516:OK
  9789.  
  9790. !*strings.24517:Cancel
  9791.  
  9792. !*strings.24518:Help
  9793.  
  9794. !*strings.24519:Search Directory
  9795.  
  9796. !*strings.24520:Send Certificate To Directory
  9797.  
  9798. !*strings.24521:Open Page Info
  9799.  
  9800. !*strings.24522:Security Info
  9801.  
  9802. !*strings.24523:Passwords
  9803.  
  9804. !*strings.24524:Navigator
  9805.  
  9806. !*strings.24525:Messenger
  9807.  
  9808. !*strings.24526:Java/JavaScript
  9809.  
  9810. !*strings.24527:Certificates
  9811.  
  9812. !*strings.24528:Yours
  9813.  
  9814. !*strings.24529:People
  9815.  
  9816. !*strings.24530:Web Sites
  9817.  
  9818. !*strings.24531:Software Developers
  9819.  
  9820. !*strings.24532:Signers
  9821.  
  9822. !*strings.24533:Cryptographic Modules
  9823.  
  9824. !*strings.24534:Security Info
  9825.  
  9826. !*strings.24535:Passwords
  9827.  
  9828. !*strings.24536:Navigator
  9829.  
  9830. !*strings.24537:Messenger
  9831.  
  9832. !*strings.24538:Java/JavaScript
  9833.  
  9834. !*strings.24539:Certificates
  9835.  
  9836. !*strings.24540:Your Certificates
  9837.  
  9838. !*strings.24541:Other People's Certificates
  9839.  
  9840. !*strings.24542:Web Sites' Certificates
  9841.  
  9842. !*strings.24543:Software Developers' Certificates
  9843.  
  9844. !*strings.24544:Certificate Signers' Certificates
  9845.  
  9846. !*strings.24545:Cryptographic Modules
  9847.  
  9848. !*strings.24546:Entering an encrypted site
  9849.  
  9850. !*strings.24547:Leaving an encrypted site
  9851.  
  9852. !*strings.24548:Viewing a page with an encrypted/unencrypted mix
  9853.  
  9854. !*strings.24549:Sending unencrypted information to a Site
  9855.  
  9856. !*strings.24550:<B>Certificate to identify you to a web site:</B>
  9857.  
  9858. !*strings.24551:Ask Every Time
  9859.  
  9860. !*strings.24552:Select Automatically
  9861.  
  9862. !*strings.24553:<B>Advanced Security (SSL) Configuration:</B>
  9863.  
  9864. !*strings.24554:Enable SSL (Secure Sockets Layer) v2
  9865.  
  9866. !*strings.24555:Configure SSL v2
  9867.  
  9868. !*strings.24556:Enable SSL (Secure Sockets Layer) v3
  9869.  
  9870. !*strings.24557:Configure SSL v3
  9871.  
  9872. !*strings.24558:<B>Certificate for your Signed and Encrypted Messages:</B>
  9873.  
  9874. !*strings.24559:<B>(You have no email certificates.)</B>
  9875.  
  9876. !*strings.24560:Select S/MIME Ciphers
  9877.  
  9878. !*strings.24561:Change Password
  9879.  
  9880. !*strings.24562:Set Password
  9881.  
  9882. !*strings.24563:<B>Communicator will ask for this Password:</B>
  9883.  
  9884. !*strings.24564:The first time your certificate is needed
  9885.  
  9886. !*strings.24565:Every time your certificate is needed
  9887.  
  9888. !*strings.24566:After
  9889.  
  9890. !*strings.24567:minutes of inactivity
  9891.  
  9892. !*strings.24568:Encrypting Message
  9893.  
  9894. !*strings.24569:Signing Message
  9895.  
  9896. !*strings.24570:Encrypted Message
  9897.  
  9898. !*strings.24571:Signed Message
  9899.  
  9900. !*strings.24572:This message <B>can be encrypted</B> when it is sent.
  9901.  
  9902. !*strings.24573:Sending an encrypted message is like sending your correspondence in an envelope rather than a postcard; it makes it difficult for other people to read your message.
  9903.  
  9904. !*strings.24574:Encrypt this message.
  9905.  
  9906. !*strings.24575:Sending an unencrypted message is like sending your correspondence in a postcard instead of an envelope. Other people may be able to read your message.
  9907.  
  9908. !*strings.24576:You must have at least one recipient entered for this message.
  9909.  
  9910. !*strings.24577:This message <B>cannot be encrypted</B> when it is sent because
  9911.  
  9912. !*strings.24578: has no Security Certificate.
  9913.  
  9914. !*strings.24579: has an expired Security Certificate.
  9915.  
  9916. !*strings.24580: has a revoked Security Certificate.
  9917.  
  9918. !*strings.24581: in Alias has no Security Certificate.
  9919.  
  9920. !*strings.24582: is a Newsgroup.
  9921.  
  9922. !*strings.24583: has an invalid Security Certificate.
  9923.  
  9924. !*strings.24584: has a Security Certificate that is marked as Untrusted.
  9925.  
  9926. !*strings.24585: has a Security Certificate Issuer that is marked as Untrusted.
  9927.  
  9928. !*strings.24586: has an unknown Security Certificate  Issuer.
  9929.  
  9930. !*strings.24587:: unknown certificate error.
  9931.  
  9932. !*strings.24588:To obtain valid Security Certificates from a Directory, press <I>Get Certificates.</I> Otherwise the recipients must first obtain a Certificate for themselves and then 
  9933.  
  9934. !*strings.24589:send it to you in a signed email message. This new Security Certificate will automatically be remembered once it is received. <P>Newsgroups cannot receive encrypted messages.
  9935.  
  9936. !*strings.24590:This message <B>can be signed</B> when it is sent.
  9937.  
  9938. !*strings.24591:This message <B>cannot be signed</B> when it is sent.
  9939.  
  9940. !*strings.24592:This is because you do not have a valid Security Certificate. When you include your Security Certificate in a message, you 
  9941.  
  9942. !*strings.24593:also digitally sign that message. This makes it possible to verify that the message actually came from you.
  9943.  
  9944. !*strings.24594:When you digitally sign a message, you also include your Security Certificate in that message. This makes it possible to verify that the message actually came from you.
  9945.  
  9946. !*strings.24595:In some places this digital signature may be considered as legally binding as your own written signature.
  9947.  
  9948. !*strings.24596:Include my Security Certificate in this message and use a digital signature to sign this message 
  9949.  
  9950. !*strings.24597:This message <B>was encrypted</B> when it was sent. <P>This means that it was hard for other people to eavesdrop on your message while it was being sent.
  9951.  
  9952. !*strings.24598:This message <B>was not encrypted</B> when it was sent. <P>This means that it was possible for other people to view your message while it was being sent.
  9953.  
  9954. !*strings.24599:You cannot read this message because you do not have the Security Certificate necessary to decrypt it. This could be because your 
  9955.  
  9956. !*strings.24600:Security Certificate is on a different computer or it could be because the message was encrypted with someone else's Security Certificate.
  9957.  
  9958. !*strings.24601:The algorithm used was 
  9959.  
  9960. !*strings.24602:This message <B>was digitally signed</B> by 
  9961.  
  9962. !*strings.24603:This message included the Security Certificate for 
  9963.  
  9964. !*strings.24604: on 
  9965.  
  9966. !*strings.24605:, and was signed on 
  9967.  
  9968. !*strings.24606:To check the Certificate, press the ``View/Edit'' button. <P>This Certificate has automatically been added to your list of 
  9969.  
  9970. !*strings.24607:People's Certificates to make it possible for you to send secure mail to this person.
  9971.  
  9972. !*strings.24608:This message <B>was not digitally signed</B>. <P>It is impossible to verify that this message actually came from the sender.
  9973.  
  9974. !*strings.24609:<B>The Certificate that was used to digitally sign this message is invalid</B>. <P>It is impossible to prove that this message actually came from the sender.
  9975.  
  9976. !*strings.24610:<B>This message cannot be decrypted.</B> 
  9977.  
  9978. !*strings.24611:The error was: 
  9979.  
  9980. !*strings.24612:Warning! In the time since the sender sent you this message and you received it, the message appears to have been altered. Some 
  9981.  
  9982. !*strings.24613:or all of the content of this message has been changed. You should contact the message sender and/or your system administrator.
  9983.  
  9984. !*strings.24614:This message appears to have been sent from the email address <TT><B>
  9985.  
  9986. !*strings.24615:</B></TT>, but the certificate which was used to sign this message belongs to the email address <TT><B>
  9987.  
  9988. !*strings.24616:</B></TT>. If these two email addresses don't belong to the same  person, this could be an attempt at forgery.
  9989.  
  9990. !*strings.24617:Usenet News Security
  9991.  
  9992. !*strings.24618:The connection to this news server <B>is encrypted</B>. This means that the messages you read are encrypted as they 
  9993.  
  9994. !*strings.24619:are sent to you. This makes it difficult for other people to read the messages while you are reading them. 
  9995.  
  9996. !*strings.24620:The connection to this news server <B>is not encrypted</B>. <P>This means that other people may be able to read these messages while you are reading them.
  9997.  
  9998. !*strings.24621:Encryption
  9999.  
  10000. !*strings.24622:Verification
  10001.  
  10002. !*strings.24623:This page <B>was not encrypted</B>. This means it was possible for other people to view this page when it was loaded. It 
  10003.  
  10004. !*strings.24624:also means that you cannot check the identity of the web site. For complete details on all the files on this page, click <B>Open Page info</B>.
  10005.  
  10006. !*strings.24625:This page <B>was encrypted</B>. This means it was difficult for other people to view this page when it was loaded.<P>
  10007.  
  10008. !*strings.24626:You can examine your copy of the certificate for this page and check the identity of the web site. To see the certificate 
  10009.  
  10010. !*strings.24627:for this web site, click <B>View Certificate</B>. For complete details on all the files on this page and their certificates, click <B>Open Page Info</B>.
  10011.  
  10012. !*strings.24628:This page <B>was not encrypted</B>, but some of the files it contains were encrypted. This means it was difficult for 
  10013.  
  10014. !*strings.24629:other people to view the encrypted files when the page was loaded. It also means that you cannot check the 
  10015.  
  10016. !*strings.24630:identity of the web site for the page.<P>For complete details on all the files on this page, click <B>Open Page Info</B>.
  10017.  
  10018. !*strings.24631:This page <B>was encrypted</B>. This means it was difficult for other people to view this page when it was loaded. You can 
  10019.  
  10020. !*strings.24632:examine your copy of the certificate for this page and the identity of the web site. To see the certificate for 
  10021.  
  10022. !*strings.24633:this web site, click <B>View Certificate</B>.<P>However, some of the files on this page <B>were not 
  10023.  
  10024. !*strings.24634:encrypted</B>. This means that it was possible for other people to view those files when they were loaded. For complete 
  10025.  
  10026. !*strings.24635:details on all the files on this page and their certificates, click <B>Open Page Info</B>.
  10027.  
  10028. !*strings.24636:Take a look at the page's Certificate.
  10029.  
  10030. !*strings.24637:Make sure that this is the site you think it is. This page comes from the site: 
  10031.  
  10032. !*strings.24638:The following elements are missing from this window: 
  10033.  
  10034. !*strings.24639:. This means that you may be missing important information.
  10035.  
  10036. !*strings.24640:the menubar
  10037.  
  10038. !*strings.24641:the toolbar
  10039.  
  10040. !*strings.24642:the personal toolbar
  10041.  
  10042. !*strings.24643:the location bar
  10043.  
  10044. !*strings.24644:the status bar
  10045.  
  10046. !*strings.24645:This window was created by a Java Application (from 
  10047.  
  10048. !*strings.24646:). This application has some control over this window and may influence what you see.
  10049.  
  10050. !*strings.24647:This window was created by a JavaScript Application (from 
  10051.  
  10052. !*strings.24648:). This application has some control over this window and may influence what you see.
  10053.  
  10054. !*strings.24649:<B><H2>There is no Security Info for this window.</H2></B>
  10055.  
  10056. !*strings.24650:Security Info is available for Browser, Messenger Message, and News Article windows. 
  10057.  
  10058. !*strings.24651:<P>If you wish to change Security settings or preferences, use the tabs on the left to switch between different areas.
  10059.  
  10060. !*strings.24652:This is an explanation of Security Certificates.<P> <B>Certificate:</B> A file that identifies a person or organization. Communicator uses certificates to 
  10061.  
  10062. !*strings.24653:encrypt information. You can use a certificate to check the identity of the certificate's owner. You should trust a certificate only if you trust the person or organization that issued it. 
  10063.  
  10064. !*strings.24654:<P>Your own certificates allow you to receive encrypted information. Communicator also keeps track of certificates from other people, web sites, applets, and scripts. 
  10065.  
  10066. !*strings.24655:<P><UL><B>Yours</B> lists your own certificates. <P><B>People</B> lists certificates from other people or organizations. 
  10067.  
  10068. !*strings.24656:<P><B>Web Sites</B> lists certificates from web sites. <P><B>Signers</B> lists certificates from certificate signers (``Certificate Authorities''.) 
  10069.  
  10070. !*strings.24657:<P><B>Software Developers</B> lists certificates that accompany signed Java applets and JavaScript scripts.</UL>
  10071.  
  10072. !*strings.24658:You can use any of these certificates to identify yourself to other people and to web sites. Communicator uses your certificates 
  10073.  
  10074. !*strings.24659:to decrypt information sent to you. Your certificates are signed by the organization that issued them. <P><B>These are your certificates:</B>
  10075.  
  10076. !*strings.24660:You should make a copy of your certificates and keep them in a safe place. If you ever lose your certificates, you will be unable 
  10077.  
  10078. !*strings.24661:to read encrypted mail you have received, and you may have problems identifying yourself to web sites.
  10079.  
  10080. !*strings.24662:Other people have used these certificates to identify themselves to you. Communicator can send encrypted 
  10081.  
  10082. !*strings.24663:messages to anyone for whom you have a certificate. <P><B>These are certificates from other people:</B>
  10083.  
  10084. !*strings.24664:To get certificates from a network Directory press <I>Search Directory</I>.<p>
  10085.  
  10086. !*strings.24665:<B>These are certificates that you have accepted from web sites:</B>
  10087.  
  10088. !*strings.24666:<B>These certificates identify the certificate signers that you accept:</B>
  10089.  
  10090. !*strings.24667:<B>These settings allow you to control Navigator security settings.</B> <P>Navigator security warnings can let you know before you do something that might be unsafe. <P><B>Show a warning before:
  10091.  
  10092. !*strings.24668:<B>These settings allow you to control Messenger security settings.</B> <P>Messenger Security warnings can let you know before you do something that might be unsafe.
  10093.  
  10094. !*strings.24669:<B>Sending Signed/Encrypted Mail:</B>
  10095.  
  10096. !*strings.24670:Encrypt mail messages, when it is possible
  10097.  
  10098. !*strings.24671:Sign mail messages, when it is possible
  10099.  
  10100. !*strings.24672:Sign news messages, when it is possible
  10101.  
  10102. !*strings.24673:This certificate is included with every email message you <B>sign</B>. When other people receive it, it makes it possible for them to send you encrypted mail.
  10103.  
  10104. !*strings.24674:Other people could also obtain your certificate from a Directory:
  10105.  
  10106. !*strings.24675:If you had one, this certificate would be included with every email message you <B>signed</B>. When other people received it, 
  10107.  
  10108. !*strings.24676:it would make it possible for them to send you encrypted mail. (To get a certificate, see the ``Yours'' tab on the left.)
  10109.  
  10110. !*strings.24677:<B>Advanced S/MIME Configuration:</B>
  10111.  
  10112. !*strings.24678:Cipher Preferences: 
  10113.  
  10114. !*strings.24679:<B>These settings allow you to control access by Java applets and JavaScript scripts.</B> <P>No applet or script is allowed to access your computer or network without 
  10115.  
  10116. !*strings.24680:your permission. You have explicitly granted or forbidden access for all applets and scripts from the following vendors, distributors, or web sites.
  10117.  
  10118. !*strings.24681:<B>Your Communicator password will be used to protect your certificates.</B> <P>If you are in an environment where other 
  10119.  
  10120. !*strings.24682:people have access to your computer (either physically or over the network) you should have a Communicator password. <P>
  10121.  
  10122. !*strings.24683:<B>Cryptographic Modules:</B>
  10123.  
  10124. !*strings.24684:View/Edit CRL's
  10125.  
  10126. !*strings.24685:To view or edit Certificate Revocation Lists press <I>View/Edit CRL's</I>.<p>
  10127.  
  10128. !*strings.24686:To check the Certificate or edit Certificate Trust Information, press the ``View/Edit'' button. <P>This Certificate has automatically been added to your list of 
  10129.  
  10130. !*strings.24687:<B>Certificate to use for Proxy Authentication:</B>
  10131.  
  10132. !*strings.24688:No Proxy Authentication
  10133.  
  10134. !*strings.24689:
  10135.  
  10136. !*strings.25000:
  10137.  
  10138. !*strings.25001:sa_view_button_label
  10139.  
  10140. !*strings.25002:sa_edit_button_label
  10141.  
  10142. !*strings.25003:sa_verify_button_label
  10143.  
  10144. !*strings.25004:sa_delete_button_label
  10145.  
  10146. !*strings.25005:sa_export_button_label
  10147.  
  10148. !*strings.25006:sa_expired_button_label
  10149.  
  10150. !*strings.25007:sa_remove_button_label
  10151.  
  10152. !*strings.25008:sa_get_cert_button_label
  10153.  
  10154. !*strings.25009:sa_get_certs_button_label
  10155.  
  10156. !*strings.25010:sa_import_button_label
  10157.  
  10158. !*strings.25011:sa_view_cert_button_label
  10159.  
  10160. !*strings.25012:sa_edit_privs_button_label
  10161.  
  10162. !*strings.25013:sa_view_edit_button_label
  10163.  
  10164. !*strings.25014:sa_add_button_label
  10165.  
  10166. !*strings.25015:sa_logout_all_button_label
  10167.  
  10168. !*strings.25016:sa_ok_button_label
  10169.  
  10170. !*strings.25017:sa_cancel_button_label
  10171.  
  10172. !*strings.25018:sa_help_button_label
  10173.  
  10174. !*strings.25019:sa_search_dir_button_label
  10175.  
  10176. !*strings.25020:sa_send_cert_button_label
  10177.  
  10178. !*strings.25021:sa_page_info_label
  10179.  
  10180. !*strings.25022:sa_secinfo_index_label
  10181.  
  10182. !*strings.25023:sa_passwords_index_label
  10183.  
  10184. !*strings.25024:sa_navigator_index_label
  10185.  
  10186. !*strings.25025:sa_messenger_index_label
  10187.  
  10188. !*strings.25026:sa_applets_index_label
  10189.  
  10190. !*strings.25027:sa_certs_intro_index_label
  10191.  
  10192. !*strings.25028:sa_yours_index_label
  10193.  
  10194. !*strings.25029:sa_people_index_label
  10195.  
  10196. !*strings.25030:sa_sites_index_label
  10197.  
  10198. !*strings.25031:sa_developers_index_label
  10199.  
  10200. !*strings.25032:sa_signers_index_label
  10201.  
  10202. !*strings.25033:sa_modules_index_label
  10203.  
  10204. !*strings.25034:sa_secinfo_title_label
  10205.  
  10206. !*strings.25035:sa_passwords_title_label
  10207.  
  10208. !*strings.25036:sa_navigator_title_label
  10209.  
  10210. !*strings.25037:sa_messenger_title_label
  10211.  
  10212. !*strings.25038:sa_applets_title_label
  10213.  
  10214. !*strings.25039:sa_certs_intro_title_label
  10215.  
  10216. !*strings.25040:sa_yours_title_label
  10217.  
  10218. !*strings.25041:sa_people_title_label
  10219.  
  10220. !*strings.25042:sa_sites_title_label
  10221.  
  10222. !*strings.25043:sa_developers_title_label
  10223.  
  10224. !*strings.25044:sa_signers_title_label
  10225.  
  10226. !*strings.25045:sa_modules_title_label
  10227.  
  10228. !*strings.25046:sa_enter_secure_label
  10229.  
  10230. !*strings.25047:sa_leave_secure_label
  10231.  
  10232. !*strings.25048:sa_mixed_secure_label
  10233.  
  10234. !*strings.25049:sa_send_clear_label
  10235.  
  10236. !*strings.25050:sa_ssl_cert_label
  10237.  
  10238. !*strings.25051:sa_ask_sa_every_time_label
  10239.  
  10240. !*strings.25052:sa_select_auto_label
  10241.  
  10242. !*strings.25053:sa_ssl_config_label
  10243.  
  10244. !*strings.25054:sa_ssl2_enable_label
  10245.  
  10246. !*strings.25055:sa_ssl2_config_label
  10247.  
  10248. !*strings.25056:sa_ssl3_enable_label
  10249.  
  10250. !*strings.25057:sa_ssl3_config_label
  10251.  
  10252. !*strings.25058:sa_smime_cert_label
  10253.  
  10254. !*strings.25059:sa_smime_no_certs_blurb
  10255.  
  10256. !*strings.25060:sa_smime_config_label
  10257.  
  10258. !*strings.25061:sa_change_password_label
  10259.  
  10260. !*strings.25062:sa_set_password_label
  10261.  
  10262. !*strings.25063:sa_ask_for_password_label
  10263.  
  10264. !*strings.25064:sa_once_per_session_label
  10265.  
  10266. !*strings.25065:sa_every_time_label
  10267.  
  10268. !*strings.25066:sa_after_label
  10269.  
  10270. !*strings.25067:sa_minutes_label
  10271.  
  10272. !*strings.25068:sa_compose_encrypt_subtitle
  10273.  
  10274. !*strings.25069:sa_compose_sign_subtitle
  10275.  
  10276. !*strings.25070:sa_message_encrypt_subtitle
  10277.  
  10278. !*strings.25071:sa_message_sign_subtitle
  10279.  
  10280. !*strings.25072:sa_can_encrypt
  10281.  
  10282. !*strings.25073:sa_send_encrypt_desc
  10283.  
  10284. !*strings.25074:sa_encrypt_this_checkbox_label
  10285.  
  10286. !*strings.25075:sa_send_clear_warn_desc
  10287.  
  10288. !*strings.25076:sa_no_recipients_desc
  10289.  
  10290. !*strings.25077:sa_cannot_encrypt_head
  10291.  
  10292. !*strings.25078:sa_cert_missing_tail
  10293.  
  10294. !*strings.25079:sa_cert_has_exp_tail
  10295.  
  10296. !*strings.25080:sa_cert_has_revoke_tail
  10297.  
  10298. !*strings.25081:sa_cert_no_alias_tail
  10299.  
  10300. !*strings.25082:sa_cert_newsgroup_tail
  10301.  
  10302. !*strings.25083:sa_cert_invalid_tail
  10303.  
  10304. !*strings.25084:sa_cert_untrusted_tail
  10305.  
  10306. !*strings.25085:sa_cert_issuer_untrusted_tail
  10307.  
  10308. !*strings.25086:sa_cert_issuer_unknown_tail
  10309.  
  10310. !*strings.25087:sa_cert_unknown_error_tail
  10311.  
  10312. !*strings.25088:sa_how_to_get_their_cert_1
  10313.  
  10314. !*strings.25089:sa_how_to_get_their_cert_2
  10315.  
  10316. !*strings.25090:sa_can_be_signed
  10317.  
  10318. !*strings.25091:sa_cannot_be_signed
  10319.  
  10320. !*strings.25092:sa_cannot_sign_desc_1
  10321.  
  10322. !*strings.25093:sa_cannot_sign_desc_2
  10323.  
  10324. !*strings.25094:sa_can_sign_desc
  10325.  
  10326. !*strings.25095:sa_sign_disclaimer
  10327.  
  10328. !*strings.25096:sa_sign_this_checkbox_label
  10329.  
  10330. !*strings.25097:sa_was_encrypted
  10331.  
  10332. !*strings.25098:sa_was_not_encrypted
  10333.  
  10334. !*strings.25099:sa_was_encrypted_for_other_1
  10335.  
  10336. !*strings.25100:sa_was_encrypted_for_other_2
  10337.  
  10338. !*strings.25101:sa_encryption_algorithm_was
  10339.  
  10340. !*strings.25102:sa_was_signed_head
  10341.  
  10342. !*strings.25103:sa_included_cert_desc_head
  10343.  
  10344. !*strings.25104:sa_was_signed_at
  10345.  
  10346. !*strings.25105:sa_included_cert_desc_signed_at
  10347.  
  10348. !*strings.25106:sa_was_signed_desc_tail_1
  10349.  
  10350. !*strings.25107:sa_was_signed_desc_tail_2
  10351.  
  10352. !*strings.25108:sa_was_not_signed
  10353.  
  10354. !*strings.25109:sa_sig_invalid
  10355.  
  10356. !*strings.25110:sa_encryption_invalid
  10357.  
  10358. !*strings.25111:sa_sign_error_intro
  10359.  
  10360. !*strings.25112:sa_sig_tampered_1
  10361.  
  10362. !*strings.25113:sa_sig_tampered_2
  10363.  
  10364. !*strings.25114:sa_addr_mismatch_part1
  10365.  
  10366. !*strings.25115:sa_addr_mismatch_part2
  10367.  
  10368. !*strings.25116:sa_addr_mismatch_part3
  10369.  
  10370. !*strings.25117:sa_news_encrypt_subtitle
  10371.  
  10372. !*strings.25118:sa_news_encrypted_1
  10373.  
  10374. !*strings.25119:sa_news_encrypted_2
  10375.  
  10376. !*strings.25120:sa_news_not_encrypted
  10377.  
  10378. !*strings.25121:sa_nav_encryption_subtitle
  10379.  
  10380. !*strings.25122:sa_nav_verification_subtitle
  10381.  
  10382. !*strings.25123:sa_nav_no_encrypt_desc_1
  10383.  
  10384. !*strings.25124:sa_nav_no_encrypt_desc_2
  10385.  
  10386. !*strings.25125:sa_nav_encrypt_desc_1
  10387.  
  10388. !*strings.25126:sa_nav_encrypt_desc_2
  10389.  
  10390. !*strings.25127:sa_nav_encrypt_desc_3
  10391.  
  10392. !*strings.25128:sa_nav_no_encrypt_mix_desc_1
  10393.  
  10394. !*strings.25129:sa_nav_no_encrypt_mix_desc_2
  10395.  
  10396. !*strings.25130:sa_nav_no_encrypt_mix_desc_3
  10397.  
  10398. !*strings.25131:sa_nav_encrypt_mix_desc_1
  10399.  
  10400. !*strings.25132:sa_nav_encrypt_mix_desc_2
  10401.  
  10402. !*strings.25133:sa_nav_encrypt_mix_desc_3
  10403.  
  10404. !*strings.25134:sa_nav_encrypt_mix_desc_4
  10405.  
  10406. !*strings.25135:sa_nav_encrypt_mix_desc_5
  10407.  
  10408. !*strings.25136:sa_nav_verify_cert_desc
  10409.  
  10410. !*strings.25137:sa_nav_verify_domain_desc
  10411.  
  10412. !*strings.25138:sa_nav_verify_missing_desc_1
  10413.  
  10414. !*strings.25139:sa_nav_verify_missing_desc_2
  10415.  
  10416. !*strings.25140:sa_nav_info_menubar_name
  10417.  
  10418. !*strings.25141:sa_nav_info_toolbar_name
  10419.  
  10420. !*strings.25142:sa_nav_info_personalbar_name
  10421.  
  10422. !*strings.25143:sa_nav_info_location_name
  10423.  
  10424. !*strings.25144:sa_nav_info_status_name
  10425.  
  10426. !*strings.25145:sa_nav_verify_java_desc_1
  10427.  
  10428. !*strings.25146:sa_nav_verify_java_desc_2
  10429.  
  10430. !*strings.25147:sa_nav_verify_js_desc_1
  10431.  
  10432. !*strings.25148:sa_nav_verify_js_desc_2
  10433.  
  10434. !*strings.25149:sa_not_me_subtitle
  10435.  
  10436. !*strings.25150:sa_not_me_desc_1
  10437.  
  10438. !*strings.25151:sa_not_me_desc_2
  10439.  
  10440. !*strings.25152:sa_certs_intro_string_1
  10441.  
  10442. !*strings.25153:sa_certs_intro_string_2
  10443.  
  10444. !*strings.25154:sa_certs_intro_string_3
  10445.  
  10446. !*strings.25155:sa_certs_intro_string_4
  10447.  
  10448. !*strings.25156:sa_certs_intro_string_5
  10449.  
  10450. !*strings.25157:sa_certs_intro_string_6
  10451.  
  10452. !*strings.25158:sa_your_certs_desc_1
  10453.  
  10454. !*strings.25159:sa_your_certs_desc_2
  10455.  
  10456. !*strings.25160:sa_your_certs_desc_tail_1
  10457.  
  10458. !*strings.25161:sa_your_certs_desc_tail_2
  10459.  
  10460. !*strings.25162:sa_people_certs_desc_1
  10461.  
  10462. !*strings.25163:sa_people_certs_desc_2
  10463.  
  10464. !*strings.25164:sa_get_certs_desc
  10465.  
  10466. !*strings.25165:sa_site_certs_desc
  10467.  
  10468. !*strings.25166:sa_signers_certs_desc
  10469.  
  10470. !*strings.25167:sa_ssl_desc
  10471.  
  10472. !*strings.25168:sa_smime_desc
  10473.  
  10474. !*strings.25169:sa_smime_pref_desc
  10475.  
  10476. !*strings.25170:sa_encrypt_always_checkbox_label
  10477.  
  10478. !*strings.25171:sa_sign_mail_always_checkbox_label
  10479.  
  10480. !*strings.25172:sa_sign_news_always_checkbox_label
  10481.  
  10482. !*strings.25173:sa_smime_cert_desc
  10483.  
  10484. !*strings.25174:sa_smime_send_cert_desc
  10485.  
  10486. !*strings.25175:sa_smime_no_cert_desc_1
  10487.  
  10488. !*strings.25176:sa_smime_no_cert_desc_2
  10489.  
  10490. !*strings.25177:sa_smime_cipher_heading
  10491.  
  10492. !*strings.25178:sa_smime_cipher_desc
  10493.  
  10494. !*strings.25179:sa_applets_desc_1
  10495.  
  10496. !*strings.25180:sa_applets_desc_2
  10497.  
  10498. !*strings.25181:sa_password_desc_1
  10499.  
  10500. !*strings.25182:sa_password_desc_2
  10501.  
  10502. !*strings.25183:sa_modules_desc
  10503.  
  10504. !*strings.25184:sa_view_crl_button_label
  10505.  
  10506. !*strings.25185:sa_signers_view_crl_desc
  10507.  
  10508. !*strings.25186:sa_was_signed_alt_desc_tail_1
  10509.  
  10510. !*strings.25187:sa_proxy_cert_label
  10511.  
  10512. !*strings.25188:sa_no_proxy_auth_label
  10513.  
  10514. !*strings.25189:
  10515.  
  10516. !*strings.25500:FORTEZZA SKIPJACK encryption with an 80-bit key
  10517.  
  10518. !*strings.25511:<b>Security Module Name:</b> %0%<input type="%1%" name="name" value=%2%><br><b>Security Module File:</b> %3%<input type="%4%"name="library" value=%5%><br>%-cont-%
  10519.  
  10520. !*strings.25512:<b>Manufacturer:</b> %6%<br><b>Description:</b>%8%<br><b>PKCS #11 Version:</b> %7%<br><b>Library Version: </b> %9%<br><center><table><tr>%-cont-%
  10521.  
  10522. !*strings.25513:<td width=10></td><td align=top><select name=slots size=10 onChange="setpass(this)">%10%</select></td><td valign=top><table border=0 cellspacing=0 cellpadding=0><td width=10></td>%-cont-%
  10523.  
  10524. !*strings.25514:<td height=30 valign=top align=center> <input type="submit" name="button" value="%moreinfo%"width=174></input></td></tr>%-cont-%
  10525.  
  10526. !*strings.25515:<tr><td width=10></td><td height=30 valign=middle align=center><input type="submit" name="button" value="%config%"width=174></input></td></tr>%-cont-%
  10527.  
  10528. !*strings.25516:<tr><td width=10></td><td height=30 valign=middle align=center> <input type="submit" name="button" value="%login%"width=174></input></td></tr>%-cont-%
  10529.  
  10530. !*strings.25517:<tr><td width=10></td><td height=30 valign=middle align=center> <input type="submit" name="button" value="%logout%"width=174></input></td></tr>%-cont-%
  10531.  
  10532. !*strings.25518:<tr><td width=10></td><td height=30 valign=middle align=center> <input type="submit" name="button" value="Change Password"width=174></input></td></tr></table>%-cont-%
  10533.  
  10534. !*strings.25519:</td></tr></table></center><script>var login_status = %11%function setpass(select){%-cont-%
  10535.  
  10536. !*strings.25520:for(var i=0;i<select.options.length;i++) {   if (select.options[i].selected) {    document.forms[0].elements[9].value = login_status[i];    return;   } }%-cont-%
  10537.  
  10538. !*strings.25521:  document.forms[0].elements[9].value = "No Token Selected"; }\n\
  10539. function initarray() {  var numargs = initarray.arguments.length;  var a; a = new Array(numargs); %-cont-%
  10540.  
  10541. !*strings.25522:  for ( var i = 0; i < numargs; i++ ) {    a[i] = initarray.arguments[i];  } return a; }</script>
  10542.  
  10543. !*strings.25531: Config
  10544.  
  10545. !*strings.25542: <P><B>Module Name:</B> %0% <BR><B>Slot Description:</B> %1% <BR><B>Token Name: </B> %2% <BR><B>Remarks: </B>%3%<P><HR> %-cont-%
  10546.  
  10547. !*strings.25543: <P> <DT><INPUT TYPE=Radio %4% NAME="enabledisable" VALUE="disable"> <B> Disable this token. </B> %-cont-%
  10548.  
  10549. !*strings.25544: <FORM><P> <DL> <DT><INPUT TYPE=Radio %5% NAME="enabledisable" VALUE="enable"> <B>Enable this token and turn on the following functions: </B> %6% </FORM>
  10550.  
  10551. !*strings.25555: <P><B>Module Name:</B> %0% <BR><B>Slot Description:</B> %1% <BR><B>Token Name: </B> %2% <P><HR> %-cont-%
  10552.  
  10553. !*strings.25556: <FORM> <P> <FONT COLOR="FF0000" SIZE=+1> %3%<BR>%4%<BR>%5% </FONT></FORM>
  10554.  
  10555. !*strings.25557: Configure Slot
  10556.  
  10557. !*strings.25568:Module Name: 
  10558.  
  10559. !*strings.25569:File: 
  10560.  
  10561. !*strings.25570:RSA PKCS encryption
  10562.  
  10563. !*strings.25571:External security module successfully deleted
  10564.  
  10565. !*strings.25572:Internal security module successfully deleted
  10566.  
  10567. !*strings.25573:A new security module has been installed
  10568.  
  10569. !*strings.25574:Are you sure you want to install this security module?
  10570.  
  10571. !*strings.25575:Are you sure you want to delete this security module?
  10572.  
  10573. !*strings.25576:Enter a nickname for the certificate:
  10574.  
  10575. !*strings.25587:View/Edit CRL's
  10576.  
  10577. !*strings.25588:<h3 align=center>%0%</h3><b>URL:</b>%1%<br><b>Last Update:</b>%2%<br><b>Next Update:</b>%3% %4%<br><b>Signed by:</b><ul>%5%</ul><br><center><select name=bogus size=8>%6%</select></center>
  10578.  
  10579. !*strings.25589:Enter the URL of the new CRL/CKL to load:
  10580.  
  10581. !*strings.25590:<h3 align=center>%0%</h3>Enter the URL of the Certificate Revocation List.<br><br><b>URL:</b><input name=url size=70 type=text value="%1%">
  10582.  
  10583. !*strings.25591:No CRL was selected. Please select a CRL from the list.
  10584.  
  10585. !*strings.25592:Selected CRL does not have a valid URL to load from.\n\
  10586. Use 'New/Edit...' to set the URL.
  10587.  
  10588. !*strings.25593:<font color=red>Expired</font>
  10589.  
  10590. !*strings.25594:You did not enter a URL: No new CRL loaded.
  10591.  
  10592. !*strings.25595:Edit CRL
  10593.  
  10594. !*strings.25596:CRL
  10595.  
  10596. !*strings.25597:<font color=red>Not Yet Valid</font>
  10597.  
  10598. !*strings.-5288:Netscape is unable to communicate securely with this site\n\
  10599. because the server does not support high-grade encryption.
  10600.  
  10601. !*strings.-5287:Netscape is unable to communicate securely with this site\n\
  10602. because the server requires the use of high-grade encryption.\n\
  10603. \n\
  10604. This version of Netscape does not support high-grade\n\
  10605. encryption, probably due to U.S. export restrictions.
  10606.  
  10607. !*strings.-5286:Netscape and this server cannot communicate securely\n\
  10608. because they have no common encryption algorithm(s).
  10609.  
  10610. !*strings.-5285:Netscape is unable to find the certificate or key necessary\n\
  10611. for authentication.
  10612.  
  10613. !*strings.-5284:Netscape is unable to communicate securely with this site\n\
  10614. because the server's certificate was rejected.
  10615.  
  10616. !*strings.-5282:The server has encountered bad data from the client.
  10617.  
  10618. !*strings.-5281:Netscape has encountered bad data from the server.
  10619.  
  10620. !*strings.-5280:Netscape has encountered an unsupported type of certificate.\n\
  10621. \n\
  10622. A newer version of Netscape may solve this problem.
  10623.  
  10624. !*strings.-5279:The server is using an unsupported version of the security\n\
  10625. protocol.\n\
  10626. \n\
  10627. A newer version of Netscape may solve this problem.
  10628.  
  10629. !*strings.-5277:Client authentication failed due to mismatch between private\n\
  10630. key found in client key database and public key found in client\n\
  10631. certificate database.
  10632.  
  10633. !*strings.-5276:Netscape is unable to communicate securely with this site\n\
  10634. because the domain to which you are attempting to connect\n\
  10635. does not match the domain name in the server's certificate.
  10636.  
  10637. !*strings.-5274:This site only supports SSL version 2.  You can enable\n\
  10638. support for SSL version 2 by selecting Security Info from\n\
  10639. the Communicator menu and opening the Navigator section.
  10640.  
  10641. !*strings.-5273:SSL has received a record with an incorrect Message\n\
  10642. Authentication Code.  This could indicate a network error,\n\
  10643. a bad server implementation, or a security violation.
  10644.  
  10645. !*strings.-5272:SSL has received an error from the server indicating an\n\
  10646. incorrect Message Authentication Code.  This could indicate\n\
  10647. a network error, a bad server implementation, or a\n\
  10648. security violation.
  10649.  
  10650. !*strings.-5271:The server cannot verify your certificate.
  10651.  
  10652. !*strings.-5270:The server has rejected your certificate as revoked.
  10653.  
  10654. !*strings.-5269:The server has rejected your certificate as expired.
  10655.  
  10656. !*strings.-5268:You cannot connect to an encrypted website because SSL\n\
  10657. has been disabled.  You can enable SSL by selecting\n\
  10658. Security Info from the Communicator menu and opening the\n\
  10659. Navigator section.
  10660.  
  10661. !*strings.-5267:The server is in another FORTEZZA domain,\n\
  10662. you cannot connect to it.
  10663.  
  10664. !*strings.7032:Broken pipe
  10665.  
  10666. !*strings.7146:Connection refused
  10667.  
  10668. !*strings.7022:Invalid argument
  10669.  
  10670. !*strings.7005:I/O error
  10671.  
  10672. !*strings.7012:Not enough memory
  10673.  
  10674. !*strings.7009:Bad file number
  10675.  
  10676. !*strings.7011:Operation would block
  10677.  
  10678. !*strings.7133:Socket is already connected
  10679.  
  10680. !*strings.7145:Connection timed out
  10681.  
  10682. !*strings.7150:operation now in progress
  10683.  
  10684. !*strings.7149:EALREADY
  10685.  
  10686. !*strings.7125:Address already in use
  10687.  
  10688. !*strings.7004:interrupted system call
  10689.  
  10690. !*strings.7013:Permission denied
  10691.  
  10692. !*strings.7126:Can't assign requested address
  10693.  
  10694. !*strings.7127:Network is down
  10695.  
  10696. !*strings.7128:Network is unreachable
  10697.  
  10698. !*strings.7129:Network dropped connection because of reset
  10699.  
  10700. !*strings.7130:Connection aborted
  10701.  
  10702. !*strings.7131:Connection reset by peer
  10703.  
  10704. !*strings.7134:Socket is not connected
  10705.  
  10706. !*strings.7147:Host is down
  10707.  
  10708. !*strings.7148:No route to host
  10709.  
  10710. !*strings.21001: (unrecognized)
  10711.  
  10712. !*strings.21002: (autoselect)
  10713.  
  10714. !*strings.21003: (default)
  10715.  
  10716. !*strings.21004: (not found)
  10717.  
  10718. !*strings.21010:%s image %dx%d pixels
  10719.  
  10720. !*strings.21011:Images are %d bits deep with %d cells allocated.
  10721.  
  10722. !*strings.21012:Images are monochrome.
  10723.  
  10724. !*strings.21013:Images are %d bit greyscale.
  10725.  
  10726. !*strings.21014:Images are %d bit truecolor.
  10727.  
  10728. !*strings.21020:This is a searchable index. Enter search keywords: 
  10729.  
  10730. !*strings.21031:Main Hotlist
  10731.  
  10732. !*strings.21032:<!-- This is an automatically generated file.\n\
  10733.     It will be read and overwritten.\n\
  10734.     Do Not Edit! -->\n
  10735.  
  10736. !*strings.21033:---End of History List---\n
  10737.  
  10738. !*strings.21034:Save History List
  10739.  
  10740. !*strings.21040:Connect: Looking up host: %.256s...
  10741.  
  10742. !*strings.21041:Connect: Contacting host: %.256s...
  10743.  
  10744. !*strings.21042:Error: Could not make connection non-blocking.
  10745.  
  10746. !*strings.21043:Unable to locate host %.256s.
  10747.  
  10748. !*strings.21044:Unable to locate host %.256s.
  10749.  
  10750. !*strings.21045:Reading file...
  10751.  
  10752. !*strings.21046:Reading file...Error Zero Length
  10753.  
  10754. !*strings.21047:Reading directory...
  10755.  
  10756. !*strings.21048:Reading file...Done
  10757.  
  10758. !*strings.21049:Reading directory...Done
  10759.  
  10760. !*strings.21050:Receiving FTP file
  10761.  
  10762. !*strings.21051:Receiving FTP directory
  10763.  
  10764. !*strings.21052:Receiving data.
  10765.  
  10766. !*strings.21053:Transferring data from %.256s
  10767.  
  10768. !*strings.21054:Connect: Host %.256s contacted. Waiting for reply...
  10769.  
  10770. !*strings.21055:Connect: Trying again (HTTP 0.9)...
  10771.  
  10772. !*strings.21056:Connect: Host contacted. Waiting for reply (Gopher)
  10773.  
  10774. !*strings.21057:Mail sent successfully
  10775.  
  10776. !*strings.21058:Receiving newsgroups...
  10777.  
  10778. !*strings.21059:Receiving newsgroups...
  10779.  
  10780. !*strings.21060:Receiving articles...
  10781.  
  10782. !*strings.21061:Receiving articles...
  10783.  
  10784. !*strings.21062:Reading newsgroup list
  10785.  
  10786. !*strings.21063:Reading newsgroup overview information
  10787.  
  10788. !*strings.21064:Sorting articles...
  10789.  
  10790. !*strings.21065:Starting Java...
  10791.  
  10792. !*strings.21066:Starting Java...done
  10793.  
  10794. !*strings.21101:Unable to invoke external viewer
  10795.  
  10796. !*strings.21102:Proxy is requiring an authentication scheme that is not supported.
  10797.  
  10798. !*strings.21103:Out of memory error in HTTP Load routine!
  10799.  
  10800. !*strings.21104:Unknown status reply from server: %d!
  10801.  
  10802. !*strings.21105:Warning! Non-critical application error: NET_TotalNumberOfProcessingURLs < 0
  10803.  
  10804. !*strings.21106:Warning! Non-critical application error: NET_TotalNumberOfOpenConnections < 0
  10805.  
  10806. !*strings.21107:URN's not internally supported, use an HTTP proxy server: 
  10807.  
  10808. !*strings.21108:reentrant call to Interrupt window
  10809.  
  10810. !*strings.21109:Bad message number
  10811.  
  10812. !*strings.21110:Article number out of range
  10813.  
  10814. !*strings.21111:Could not load mailbox
  10815.  
  10816. !*strings.21113:SMTP Error sending mail. Server responded: %.256s
  10817.  
  10818. !*strings.21114:Warning: unrecognized character set: `
  10819.  
  10820. !*strings.21115:Alert! did not find a converter or decoder
  10821.  
  10822. !*strings.21116:Cannot add the result of a form submission to the hotlist
  10823.  
  10824. !*strings.21117:Warning: an HTTP proxy host was specified\n\
  10825. (%.2048s), but that host is unknown.\n\
  10826. \n\
  10827. This means that external hosts will be unreachable.\n\
  10828. Perhaps there is a problem with your name server?\n\
  10829. Consult your system administrator.
  10830.  
  10831. !*strings.21118:Warning: a SOCKS host was specified (%.2048s)\n\
  10832. but that host is unknown.\n\
  10833. \n\
  10834. This means that external hosts will be unreachable.\n\
  10835. \n\
  10836. Perhaps there is a problem with your name server?\n
  10837.  
  10838. !*strings.21119:If your site must use a non-root name server, you will\n\
  10839. need to set the $SOCKS_NS environment variable to\n\
  10840. point at the appropriate name server.  It may (or\n\
  10841. may not) be necessary to set this variable, or the\n\
  10842. SOCKS host preference, to the IP address of the host\n\
  10843. in question rather than its name.\n\
  10844. \n
  10845.  
  10846. !*strings.21120:Consult your system administrator.
  10847.  
  10848. !*strings.21121:Warning: the following hosts are unknown:\n\
  10849. \n
  10850.  
  10851. !*strings.21122:Warning: the host %.256s is unknown.\n
  10852.  
  10853. !*strings.21123:\n\
  10854. This means that some or all hosts will be unreachable.\n\
  10855. \n\
  10856. Perhaps there is a problem with your name server?\n
  10857.  
  10858. !*strings.21124:On SunOS 4 systems, there are two %s executables,\n\
  10859. one for sites using DNS, and one for sites using YP/NIS.\n\
  10860. This is the DNS executable.  Perhaps you need to use\n\
  10861. the other one?\n\
  10862. \n
  10863.  
  10864. !*strings.21125:On SunOS 4 systems, there are two %s executables,\n\
  10865. one for sites using DNS, and one for sites using YP/NIS.\n\
  10866. This is the YP/NIS executable.  Perhaps you need to use\n\
  10867. the other one?\n\
  10868. \n
  10869.  
  10870. !*strings.21130:Warning: this is an executable `%.1024s' script!\n\
  10871. \n\
  10872. You are about to execute arbitrary system commands\n\
  10873. on your local machine.  This is a security risk.\n\
  10874. Unless you completely understand this script, it\n\
  10875. is strongly recommended you not do this.\n\
  10876. \n\
  10877. Execute the script?
  10878.  
  10879. !*strings.21131:Warning: this is an executable `%.1024s' script!\n\
  10880. \n\
  10881. You may be about to execute arbitrary system commands\n\
  10882. on your local machine.  This is a security risk.\n\
  10883. Unless you completely understand this script, it\n\
  10884. is strongly recommended you not do this.\n\
  10885. \n\
  10886. Execute the script?
  10887.  
  10888. !*strings.21133:Authorization failed.  Retry?
  10889.  
  10890. !*strings.21134:Proxy authorization failed.  Retry?
  10891.  
  10892. !*strings.21135:Repost form data?
  10893.  
  10894. !*strings.21136:Before viewing all newsgroups, Netscape saves\n\
  10895. a copy of the newsgroup list.\n\
  10896. \n\
  10897. On a modem or slow connection, this may take a\n\
  10898. few minutes. You can choose New Window from the\n\
  10899. File menu to continue browsing.  Proceed?
  10900.  
  10901. !*strings.21137:This form is being submitted via e-mail.\n\
  10902. Submitting the form via e-mail will reveal\n\
  10903. your e-mail address to the recipient, and\n\
  10904. will send the form data without encrypting\n
  10905.  
  10906. !*strings.21139:it for privacy.  You may not want to submit\n\
  10907. sensitive or private information via this\n\
  10908. form.  You may continue or cancel this\n\
  10909. submission.  
  10910.  
  10911. !*strings.21151:message: invalid specifier `%c'\n
  10912.  
  10913. !*strings.21152:Implement more temp name
  10914.  
  10915. !*strings.21153:Implement more XPStats
  10916.  
  10917. !*strings.21160:Please enter a username for news server access
  10918.  
  10919. !*strings.21161:Enter password for user %s:
  10920.  
  10921. !*strings.21204:<TITLE>Error!</TITLE>\n\
  10922. <H1>Error!</H1> newsgroup server responded: <b>%.256s</b><p>\n
  10923.  
  10924. !*strings.21205:<b><p>Perhaps the article has expired</b><p>\n
  10925.  
  10926. !*strings.21218:<TITLE>FTP Error</TITLE>\n\
  10927. <H1>FTP Error</H1>\n\
  10928. <h2>Could not login to FTP server</h2>\n\
  10929. <PRE>
  10930.  
  10931. !*strings.21219:<TITLE>FTP Error</TITLE>\n\
  10932. <H1>FTP Error</H1>\n\
  10933. <h2>FTP Transfer failed:</h2>\n\
  10934. <PRE>
  10935.  
  10936. !*strings.21220:<TITLE>Gopher Index %.256s</TITLE><H1>%.256s <BR>Gopher Search</H1>\n\
  10937. This is a searchable Gopher index.\n\
  10938. Use the search function of your browser to enter search terms.\n\
  10939. <ISINDEX>
  10940.  
  10941. !*strings.21221:<TITLE>CSO Search of %.256s</TITLE><H1>%.256s CSO Search</H1>\n\
  10942. A CSO database usually contains a phonebook or directory.\n\
  10943. Use the search function of your browser to enter search terms.\n\
  10944. <ISINDEX>
  10945.  
  10946. !*strings.21222:<TITLE>Missing Post reply data</TITLE>\n\
  10947. <H1>Data Missing</H1>\n\
  10948. This document resulted from a POST operation and has expired from the\n\
  10949. cache.  If you wish you can repost the form data to recreate the\n\
  10950. document by pressing the <b>reload</b> button.\n
  10951.  
  10952. !*strings.21250:RSA Public Key Cryptography
  10953.  
  10954. !*strings.21251:International
  10955.  
  10956. !*strings.21252:This is an insecure document that is not encrypted and offers no security\n\
  10957. protection.
  10958.  
  10959. !*strings.21253:<h3>No new newsgroups</h3>
  10960.  
  10961. !*strings.21256:Enter username for %.200s at %.200s:
  10962.  
  10963. !*strings.21257:Type in a newsgroup to add to the list:
  10964.  
  10965. !*strings.21260:This is a secure document that uses a medium-grade encryption key suited\n\
  10966. for U.S. export
  10967.  
  10968. !*strings.21261:This is a secure document that uses a high-grade encryption key for U.S.\n\
  10969. domestic use only
  10970.  
  10971. !*strings.21270:Bookmarks have changed on disk and are being reloaded.
  10972.  
  10973. !*strings.21271:The address book has changed on disk and is being reloaded.
  10974.  
  10975. !*strings.21272:Bookmarks have changed on disk.  Discard your unsaved changes\n\
  10976. and reload?
  10977.  
  10978. !*strings.21273:The address book has changed on disk.  Discard your unsaved changes\n\
  10979. and reload?
  10980.  
  10981. !*strings.21274:Error saving bookmarks file!
  10982.  
  10983. !*strings.21275:Error saving address book file!
  10984.  
  10985. !*strings.21276:This is a searchable index. Enter search keywords: 
  10986.  
  10987. !*strings.21277:Reset
  10988.  
  10989. !*strings.21278:Submit Query
  10990.  
  10991. !*strings.21279:<H3>No info while document is loading</H3>\n
  10992.  
  10993. !*strings.21280:<LI>Encoding: 
  10994.  
  10995. !*strings.21281:<b>Form %d:</b><UL>
  10996.  
  10997. !*strings.21282:%ld hours ago
  10998.  
  10999. !*strings.21283:%ld days ago
  11000.  
  11001. !*strings.21284:There are %ld aliases to %s
  11002.  
  11003. !*strings.21285:There is 1 alias to %s
  11004.  
  11005. !*strings.21286:There are no aliases to %s
  11006.  
  11007. !*strings.21287:Nicknames may only have letters and numbers\n\
  11008. in them.  The nickname has not been changed.
  11009.  
  11010. !*strings.21288:An entry with this nickname already exists.\n\
  11011. The nickname has not been changed.
  11012.  
  11013. !*strings.21289:This item has %d alias(es). These aliases \n\
  11014. will be removed, as well.
  11015.  
  11016. !*strings.21290:Some of the items you are about to remove \n\
  11017. have one or more aliases. The aliases will \n\
  11018. be removed, as well.
  11019.  
  11020. !*strings.21291:<!-- This is an automatically generated file.
  11021.  
  11022. !*strings.21292:It will be read and overwritten.
  11023.  
  11024. !*strings.21293:Do Not Edit! -->
  11025.  
  11026. !*strings.21294:New Folder
  11027.  
  11028. !*strings.21295:New Bookmark
  11029.  
  11030. !*strings.21296:Not Found
  11031.  
  11032. !*strings.21297:Open bookmarks file
  11033.  
  11034. !*strings.21298:Import bookmarks file
  11035.  
  11036. !*strings.21299:Save bookmarks file
  11037.  
  11038. !*strings.21300:Less than one hour ago
  11039.  
  11040. !*strings.21301:The global history database is currently closed
  11041.  
  11042. !*strings.21302:Unknown
  11043.  
  11044. !*strings.21303:The global history database is currently empty
  11045.  
  11046. !*strings.21304:<BR>\n\
  11047. <TT>Date:</TT> %s<P>
  11048.  
  11049. !*strings.21305:\n\
  11050. <HR>\n\
  11051. <TT>Total entries:</TT> %ld<P>
  11052.  
  11053. !*strings.21306:Personal Bookmarks
  11054.  
  11055. !*strings.21307:<!-- This is an automatically generated file.\n\
  11056. It will be read and overwritten.\n\
  11057. Do Not Edit! -->\n
  11058.  
  11059. !*strings.21308:Loading plug-in
  11060.  
  11061. !*strings.21309:at %ld bytes/sec
  11062.  
  11063. !*strings.21310:at %.1fK/sec
  11064.  
  11065. !*strings.21311:at %.1fM/sec
  11066.  
  11067. !*strings.21312:stalled
  11068.  
  11069. !*strings.21313:%lu
  11070.  
  11071. !*strings.21314:%luK
  11072.  
  11073. !*strings.21315:%3.2fM
  11074.  
  11075. !*strings.21316:%02ld:%02ld:%02ld remaining
  11076.  
  11077. !*strings.21317:%02ld:%02ld remaining
  11078.  
  11079. !*strings.21318:%ld sec%s remaining
  11080.  
  11081. !*strings.21319:Version: 
  11082.  
  11083. !*strings.21320:Serial Number: 
  11084.  
  11085. !*strings.21321:Issuer: 
  11086.  
  11087. !*strings.21322:Subject: 
  11088.  
  11089. !*strings.21323:Version: %s%sSerial Number: %s%sIssuer:  %s%sSubject: %s%sNot Valid Before: %s%sNot Valid After: %s%s
  11090.  
  11091. !*strings.21324:Enter Your Communicator Password:
  11092.  
  11093. !*strings.21325:A plugin for the mime type %s\n\
  11094. was not found.
  11095.  
  11096. !*strings.21326:Could not load the plug-in '%s' for the MIME type '%s'.  \n\
  11097. \n\
  11098.   Make sure enough memory is available and that the plug-in is installed correctly.
  11099.  
  11100. !*strings.21327:Unable to start a java applet: Can't find '%s' in your\n\
  11101. CLASSPATH. Read the release notes and install '%s'\n\
  11102. properly before restarting.\n\
  11103. \n\
  11104. Current value of CLASSPATH:\n\
  11105. %s\n
  11106.  
  11107. !*strings.21328:Unable to start a java applet: the version number for your\n\
  11108. classes is wrong. The version number found was %d. The correct\n\
  11109. version number is %d.\n
  11110.  
  11111. !*strings.21329:Java reported the following error on startup:\n\
  11112. \n\
  11113. %s\n
  11114.  
  11115. !*strings.21330:Failed to start the Java debugger.\n
  11116.  
  11117. !*strings.21331:The system has been locked to prevent access to restricted sites. Please enter your password if you will be changing these settings:
  11118.  
  11119. !*strings.21332:The previously entered password was not correct. Please enter your password if you'll be changing these restrictions settings during this session:
  11120.  
  11121. !*strings.21335:Connect: Please enter password for host...
  11122.  
  11123. !*strings.21336:Proxy is requiring an authentication scheme that is not supported.
  11124.  
  11125. !*strings.21337:Proxy nonces appear to expire immediately.\n\
  11126. This is either a problem in the proxy's authentication \n\
  11127. implementation, or you have mistyped your password.\n\
  11128. Do you want to re-enter your username and password?
  11129.  
  11130. !*strings.21338:unidentified proxy server
  11131.  
  11132. !*strings.21339:Proxy authentication required for %.250s at %.250s:
  11133.  
  11134. !*strings.21340:Connect: Please enter password for proxy...
  11135.  
  11136. !*strings.21341:Bad keyword in proxy automatic configuration: %s.
  11137.  
  11138. !*strings.21342:Try connecting to the proxy again?
  11139.  
  11140. !*strings.21343:Try connecting to SOCKS again?
  11141.  
  11142. !*strings.21344:Try connecting to proxy / SOCKS again?
  11143.  
  11144. !*strings.21345:Proxy server is unavailable.\n\
  11145. \n\
  11146. Try connecting to proxy %s again?
  11147.  
  11148. !*strings.21346:All proxy servers are unavailable.\n\
  11149. \n\
  11150. Try connecting to %s again?
  11151.  
  11152. !*strings.21347:SOCKS is unavailable.  Try connecting to SOCKS %s again?
  11153.  
  11154. !*strings.21348:SOCKS and proxies are unavailable.  Try\n\
  11155. connecting to %s again?
  11156.  
  11157. !*strings.21349:All proxies are unavailable. Do you wish to temporarily\n\
  11158. override proxies by connecting directly until proxies\n\
  11159. are available again?
  11160.  
  11161. !*strings.21350:SOCKS is unavailable. Do you wish to temporarily\n\
  11162. override SOCKS by connecting directly until SOCKS\n\
  11163. are available again?
  11164.  
  11165. !*strings.21351:Both proxies and SOCKS are unavailable. Do you wish to\n\
  11166. temporarily override them by connecting directly until they\n\
  11167. are available again?
  11168.  
  11169. !*strings.21352:All proxies are still down.\n\
  11170. Continue with direct connections?
  11171.  
  11172. !*strings.21353:SOCKS is still down.\n\
  11173. \n\
  11174. Continue with direct connections?
  11175.  
  11176. !*strings.21354:SOCKS and proxies are still down.\n\
  11177. \n\
  11178. Continue with direct connections?
  11179.  
  11180. !*strings.21355:No proxy automatic configuration file was received.\n\
  11181. \n\
  11182. No proxies will be used.
  11183.  
  11184. !*strings.21356:The automatic configuration file is empty:\n\
  11185. \n\
  11186.     %s\n\
  11187. \n\
  11188. Use the configuration from the previous session instead?
  11189.  
  11190. !*strings.21357:The automatic configuration file has errors:\n\
  11191. \n\
  11192.         %s\n\
  11193. \n\
  11194. Use the configuration from the previous session instead?
  11195.  
  11196. !*strings.21358:The proxy automatic configuration file has errors:\n\
  11197. \n\
  11198.         %s\n\
  11199. \n\
  11200. No proxies will be used.
  11201.  
  11202. !*strings.21359:The automatic configuration file is not of the correct type:\n\
  11203. \n\
  11204.         %s\n\
  11205. \n\
  11206. Expected MIME type of application/x-javascript-config or application/x-ns-proxy-autoconfig.\n\
  11207. \n\
  11208. Use the configuration from the previous session instead?
  11209.  
  11210. !*strings.21360:The proxy automatic configuration file could not be loaded.\n\
  11211. \n\
  11212. Check the proxy automatic configuration URL in preferences.\n\
  11213. \n\
  11214. No proxies will be used.
  11215.  
  11216. !*strings.21361:The automatic configuration file could not be loaded.\n\
  11217. \n\
  11218. Use the configuration from the previous session instead?
  11219.  
  11220. !*strings.21362:The backup proxy automatic configuration file had errors.\n\
  11221. \n\
  11222. No proxies will be used.
  11223.  
  11224. !*strings.21363:Proxy automatic configuration load was cancelled.\n\
  11225. \n\
  11226. No proxies will be used.
  11227.  
  11228. !*strings.21364:Warning:\n\
  11229. \n\
  11230. Server sent an unrequested proxy automatic\n\
  11231. configuration file to Netscape:\n\
  11232. \n\
  11233.         %s\n\
  11234. \n\
  11235. Configuration file will be ignored.
  11236.  
  11237. !*strings.21365:Receiving proxy auto-configuration file...
  11238.  
  11239. !*strings.21366:Cache cleanup: removing %d files...
  11240.  
  11241. !*strings.21367:The database selected is valid, but cannot\n\
  11242. be validated as the correct database because\n\
  11243. it is missing a name entry.  Do you wish to\n\
  11244. use this database anyway?
  11245.  
  11246. !*strings.21368:The database selected is named:\n\
  11247. %.900s\n\
  11248. The database requested was named:\n\
  11249. %.900s\n\
  11250. Do you wish to use this database anyway?
  11251.  
  11252. !*strings.21369:The page currently loading has requested an external\n\
  11253. cache.  Using a read-only external cache can improve\n\
  11254. network file retrieval time.\n\
  11255. \n\
  11256. If you do not have the external cache requested,\n\
  11257. select "Cancel" in the file selection box.
  11258.  
  11259. !*strings.21370:The proxy automatic configuration file is not of the correct type:\n\
  11260. \n\
  11261.         %s\n\
  11262. \n\
  11263. Expected the MIME type of application/x-ns-proxy-autoconfig.\n\
  11264. \n\
  11265. No proxies will be used.
  11266.  
  11267. !*strings.21371:Reading segment...Done
  11268.  
  11269. !*strings.21372:<TITLE>Directory listing of %.1024s</TITLE>\n
  11270.  
  11271. !*strings.21373:<H1>Directory listing of %.1024s</H1>\n\
  11272. <PRE>
  11273.  
  11274. !*strings.21374:">Up to higher level directory</A><BR>
  11275.  
  11276. !*strings.21375:Could not login to FTP server
  11277.  
  11278. !*strings.21376:Error: Could not make connection non-blocking.
  11279.  
  11280. !*strings.21377:Posting file %.256s...
  11281.  
  11282. !*strings.21378:<TITLE>Directory of %.512s</TITLE>\n\
  11283.  <H2>Current directory is %.512s</H2>\n\
  11284.  <PRE>
  11285.  
  11286. !*strings.21379:%d URL's waiting for an open socket (limit %d)\n
  11287.  
  11288. !*strings.21380:%d URL's waiting for fewer active URL's\n
  11289.  
  11290. !*strings.21381:%d Connections Open\n
  11291.  
  11292. !*strings.21382:%d Active URL's\n
  11293.  
  11294. !*strings.21383:\n\
  11295. \n\
  11296. Using previously cached copy instead
  11297.  
  11298. !*strings.21384:Server returned no data
  11299.  
  11300. !*strings.21385:>\n\
  11301. <HR><H3>Transfer interrupted!</H3>\n
  11302.  
  11303. !*strings.21386:\n\
  11304. \n\
  11305. Transfer interrupted!\n
  11306.  
  11307. !*strings.21387:Mail: Reading folder %s...
  11308.  
  11309. !*strings.21388:Mail: Reading message...
  11310.  
  11311. !*strings.21389:Mail: Emptying trash...
  11312.  
  11313. !*strings.21390:Mail: Compacting folder %s...
  11314.  
  11315. !*strings.21391:Mail: Delivering queued messages...
  11316.  
  11317. !*strings.21392:Mail: Reading message...Done
  11318.  
  11319. !*strings.21393:Mail: Reading folder...Done
  11320.  
  11321. !*strings.21394:Mail: Emptying trash...Done
  11322.  
  11323. !*strings.21395:Mail: Compacting folder...Done
  11324.  
  11325. !*strings.21396:Mail: Delivering queued messages...Done
  11326.  
  11327. !*strings.21398:Connect: News server contacted. Waiting for reply...
  11328.  
  11329. !*strings.21399:Please enter a password for news server access
  11330.  
  11331. !*strings.21400:Message sent; waiting for reply...
  11332.  
  11333. !*strings.21401:No Answer
  11334.  
  11335. !*strings.21402:The POP3 mail server (%s) does not\n\
  11336.  support UIDL, which Netscape Mail needs to implement\n\
  11337.  the ``Leave on Server'' and ``Maximum Message Size''\n\
  11338.  options.\n\
  11339. \n\
  11340.  To download your mail, turn off these options in the\n\
  11341.  Mail Server panel of Preferences.
  11342.  
  11343. !*strings.21403:Receiving: message %lu of %lu
  11344.  
  11345. !*strings.21404:The POP3 mail server (%s) does not\n\
  11346. support the TOP command.\n\
  11347. \n\
  11348. Without server support for this, we cannot implement\n\
  11349. the ``Maximum Message Size'' preference.  This option\n\
  11350. has been disabled, and messages will be downloaded\n\
  11351. regardless of their size.
  11352.  
  11353. !*strings.21405:Could not log in to the mail server.\n\
  11354. The server responded:\n\
  11355. \n\
  11356.   %s\n\
  11357. \n\
  11358. Please enter a new password for user %.100s@%.100s:
  11359.  
  11360. !*strings.21406:Connect: Host contacted, sending login information...
  11361.  
  11362. !*strings.21407:Assembling message...
  11363.  
  11364. !*strings.21408:Assembling message...Done
  11365.  
  11366. !*strings.21409:Loading attachment...
  11367.  
  11368. !*strings.21410:Loading attachments...
  11369.  
  11370. !*strings.21411:Delivering mail...
  11371.  
  11372. !*strings.21412:Delivering mail...
  11373.  
  11374. !*strings.21413:Delivering mail...Done
  11375.  
  11376. !*strings.21414:Delivering news...
  11377.  
  11378. !*strings.21415:Delivering news...Done
  11379.  
  11380. !*strings.21416:Queuing for later delivery...
  11381.  
  11382. !*strings.21417:Writing to Sent Mail file...
  11383.  
  11384. !*strings.21418:Queued for later delivery.
  11385.  
  11386. !*strings.21419:Message Composition
  11387.  
  11388. !*strings.21421:Loading summary file...
  11389.  
  11390. !*strings.21422:loaded %ld of %ld messages
  11391.  
  11392. !*strings.21423:Add Folder
  11393.  
  11394. !*strings.21424:Add Folder...
  11395.  
  11396. !*strings.21425:Enter the new name for your folder:
  11397.  
  11398. !*strings.21426:Save Message As
  11399.  
  11400. !*strings.21427:Save Messages As
  11401.  
  11402. !*strings.21428:Get New Messages
  11403.  
  11404. !*strings.21429:Send Unsent Messages
  11405.  
  11406. !*strings.21430:New Folder...
  11407.  
  11408. !*strings.21431:Compact This Folder
  11409.  
  11410. !*strings.21432:Compact All Folders
  11411.  
  11412. !*strings.21433:Open News Server...
  11413.  
  11414. !*strings.21434:Empty Trash Folder
  11415.  
  11416. !*strings.21435:Print...
  11417.  
  11418. !*strings.21436:Undo
  11419.  
  11420. !*strings.21437:Redo
  11421.  
  11422. !*strings.21438:Delete Selected Messages
  11423.  
  11424. !*strings.21439:Delete Message
  11425.  
  11426. !*strings.21440:Delete Folder
  11427.  
  11428. !*strings.21441:Cancel Message
  11429.  
  11430. !*strings.21442:Delete Newsgroup Server
  11431.  
  11432. !*strings.21443:Subscribe
  11433.  
  11434. !*strings.21444:Unsubscribe
  11435.  
  11436. !*strings.21445:Select Thread
  11437.  
  11438. !*strings.21446:Select Flagged Messages
  11439.  
  11440. !*strings.21447:Select All Messages
  11441.  
  11442. !*strings.21448:Deselect All Messages
  11443.  
  11444. !*strings.21449:Flag Message
  11445.  
  11446. !*strings.21450:Unflag Message
  11447.  
  11448. !*strings.21451:Again
  11449.  
  11450. !*strings.21452:By Thread
  11451.  
  11452. !*strings.21453:By Date
  11453.  
  11454. !*strings.21454:By Sender
  11455.  
  11456. !*strings.21455:By Subject
  11457.  
  11458. !*strings.21456:By Order Received
  11459.  
  11460. !*strings.21457:Unscramble (Rot13)
  11461.  
  11462. !*strings.21458:Add from Newest Messages
  11463.  
  11464. !*strings.21459:Add from Oldest Messages
  11465.  
  11466. !*strings.21460:Get More Messages
  11467.  
  11468. !*strings.21461:Get All Messages
  11469.  
  11470. !*strings.21462:Address Book
  11471.  
  11472. !*strings.21463:View Address Book Entry
  11473.  
  11474. !*strings.21464:Add to Address Book
  11475.  
  11476. !*strings.21465:New Newsgroup Message
  11477.  
  11478. !*strings.21466:to Newsgroup
  11479.  
  11480. !*strings.21467:to Sender and Newsgroup
  11481.  
  11482. !*strings.21468:New Message
  11483.  
  11484. !*strings.21469:Reply
  11485.  
  11486. !*strings.21470:to Sender and All Recipients
  11487.  
  11488. !*strings.21471:Forward Selected Messages
  11489.  
  11490. !*strings.21472:Forward As Attachment
  11491.  
  11492. !*strings.21473:Mark Selected as Read
  11493.  
  11494. !*strings.21474:Mark as Read
  11495.  
  11496. !*strings.21475:Mark Selected as Unread
  11497.  
  11498. !*strings.21476:Mark as Unread
  11499.  
  11500. !*strings.21477:Unflag All Messages
  11501.  
  11502. !*strings.21478:Copy Selected Messages
  11503.  
  11504. !*strings.21479:Copy
  11505.  
  11506. !*strings.21480:Move Selected Messages
  11507.  
  11508. !*strings.21481:Move
  11509.  
  11510. !*strings.21482:Save Selected Messages As...
  11511.  
  11512. !*strings.21483:Save As...
  11513.  
  11514. !*strings.21484:Move Selected Messages To...
  11515.  
  11516. !*strings.21485:Move This Message To...
  11517.  
  11518. !*strings.21486:First Message
  11519.  
  11520. !*strings.21487:Message
  11521.  
  11522. !*strings.21488:Message
  11523.  
  11524. !*strings.21489:Last Message
  11525.  
  11526. !*strings.21490:First Unread Message
  11527.  
  11528. !*strings.21491:Unread Message
  11529.  
  11530. !*strings.21492:Unread Message
  11531.  
  11532. !*strings.21493:Last Unread
  11533.  
  11534. !*strings.21494:First Flagged Message
  11535.  
  11536. !*strings.21495:Flagged Message
  11537.  
  11538. !*strings.21496:Flagged Message
  11539.  
  11540. !*strings.21497:Last Flagged
  11541.  
  11542. !*strings.21498:Back
  11543.  
  11544. !*strings.21499:Forward
  11545.  
  11546. !*strings.21500:Mark Thread as Read
  11547.  
  11548. !*strings.21501:Mark All Read
  11549.  
  11550. !*strings.21502:Mark Selected Threads Read
  11551.  
  11552. !*strings.21505:Show All Messages
  11553.  
  11554. !*strings.21506:Show Only Unread Messages
  11555.  
  11556. !*strings.21507:All
  11557.  
  11558. !*strings.21508:Include Original Text
  11559.  
  11560. !*strings.21509:From
  11561.  
  11562. !*strings.21510:Reply To
  11563.  
  11564. !*strings.21511:Mail To
  11565.  
  11566. !*strings.21512:Mail CC
  11567.  
  11568. !*strings.21513:Mail BCC
  11569.  
  11570. !*strings.21514:File CC
  11571.  
  11572. !*strings.21515:Newsgroups
  11573.  
  11574. !*strings.21516:Followups To
  11575.  
  11576. !*strings.21517:Subject
  11577.  
  11578. !*strings.21518:Attachment
  11579.  
  11580. !*strings.21519:Send Formatted Text
  11581.  
  11582. !*strings.21520:Queue For Later Delivery
  11583.  
  11584. !*strings.21521:Attach As Text
  11585.  
  11586. !*strings.21522:Flag Messages
  11587.  
  11588. !*strings.21523:Unflag Messages
  11589.  
  11590. !*strings.21524:Ascending
  11591.  
  11592. !*strings.21525:<P><CENTER>\n\
  11593. <TABLE BORDER CELLSPACING=5 CELLPADDING=10 WIDTH="80%%">\n\
  11594. <TR><TD ALIGN=CENTER><FONT SIZE="+1">Truncated!</FONT><HR>\n
  11595.  
  11596. !*strings.21526:<B>This message exceeded the Maximum Message Size set in Preferences,\n\
  11597. so we have only downloaded the first few lines from the mail server.<P>Click <A HREF="
  11598.  
  11599. !*strings.21527:">here</A> to download the rest of the message.</B></TD></TR></TABLE></CENTER>\n
  11600.  
  11601. !*strings.21528:(no headers)
  11602.  
  11603. !*strings.21529:(unspecified)
  11604.  
  11605. !*strings.21530:Macintosh File
  11606.  
  11607. !*strings.21531:The directory %s does not exist.  Mail will not\n\
  11608. work without it.\n\
  11609. \n\
  11610. Create it now?
  11611.  
  11612. !*strings.21532:Save decoded file as:
  11613.  
  11614. !*strings.21533:The file %s has been changed by some other program!\n\
  11615. Overwrite it?
  11616.  
  11617. !*strings.21534:Open News Server
  11618.  
  11619. !*strings.21535:news.announce.newusers
  11620.  
  11621. !*strings.21536:news.newusers.questions
  11622.  
  11623. !*strings.21537:news.answers
  11624.  
  11625. !*strings.21538:Mail: Compacting folder %s...
  11626.  
  11627. !*strings.21539:Mail: Compacting folder %s...Done
  11628.  
  11629. !*strings.21540:Can't open %s. You may not have permission to write to this file.\n\
  11630. Check the permissions and try again.
  11631.  
  11632. !*strings.21541:Save attachment as:
  11633.  
  11634. !*strings.21542:%lu byte%s
  11635.  
  11636. !*strings.21543:
  11637.  
  11638. !*strings.21544:s
  11639.  
  11640. !*strings.21545:%s of %s (%s, %s)
  11641.  
  11642. !*strings.21546:%s of %s (%s)
  11643.  
  11644. !*strings.21547:%s of %s
  11645.  
  11646. !*strings.21548:%s read (%s)
  11647.  
  11648. !*strings.21549:%s read
  11649.  
  11650. !*strings.21550:Mail: Message sent; waiting for reply...
  11651.  
  11652. !*strings.21551:<TITLE>Information about the Netscape global history</TITLE>\n\
  11653. <h2>Global history entries</h2>\n\
  11654. <HR>
  11655.  
  11656. !*strings.21552:%d%%
  11657.  
  11658. !*strings.21553:%s image %dx%d pixels
  11659.  
  11660. !*strings.21554:Couldn't find image of correct URL, size, background, etc.\n\
  11661. in cache:\n\
  11662. %s\n
  11663.  
  11664. !*strings.21555:%d-bit pseudocolor
  11665.  
  11666. !*strings.21556:1-bit monochrome
  11667.  
  11668. !*strings.21557:%d-bit greyscale
  11669.  
  11670. !*strings.21558:%d-bit RGB true color.
  11671.  
  11672. !*strings.21559:Decoded size (bytes):
  11673.  
  11674. !*strings.21560:%u x %u
  11675.  
  11676. !*strings.21561: (scaled from %u x %u)
  11677.  
  11678. !*strings.21562:Image dimensions:
  11679.  
  11680. !*strings.21563:Color:
  11681.  
  11682. !*strings.21564:%d colors
  11683.  
  11684. !*strings.21565:(none)
  11685.  
  11686. !*strings.21566:Colormap:
  11687.  
  11688. !*strings.21567:yes, backdrop visible through transparency
  11689.  
  11690. !*strings.21568:yes, solid color background <tt>#%02x%02x%02x</tt>
  11691.  
  11692. !*strings.21569:no
  11693.  
  11694. !*strings.21570:Transparency:
  11695.  
  11696. !*strings.21571:Comment:
  11697.  
  11698. !*strings.21572:Unknown
  11699.  
  11700. !*strings.21573:Compressing image cache:\n\
  11701. removing %s\n
  11702.  
  11703. !*strings.21574:Add Newsgroup...
  11704.  
  11705. !*strings.21575:Find Again
  11706.  
  11707. !*strings.21576:Send
  11708.  
  11709. !*strings.21577:Send Later
  11710.  
  11711. !*strings.21578:Attach...
  11712.  
  11713. !*strings.21579:Attachments Inline
  11714.  
  11715. !*strings.21580:Attachments as Links
  11716.  
  11717. !*strings.21581:Forward Quoted
  11718.  
  11719. !*strings.21582:Are you sure you want to remove the news server %s\n\
  11720. and all of the newsgroups in it?
  11721.  
  11722. !*strings.21583:All Fields
  11723.  
  11724. !*strings.21584:The `Unsent Messages' folder contains a message which is not\n\
  11725. scheduled for delivery!
  11726.  
  11727. !*strings.21585:The `Unsent Messages' folder contains %d messages which are not\n\
  11728. scheduled for delivery!
  11729.  
  11730. !*strings.21586:\n\
  11731. \n\
  11732. This probably means that some program other than\n\
  11733. Netscape has added messages to this folder.\n
  11734.  
  11735. !*strings.21587:The `Unsent Messages' folder is special; it is only for storing\n\
  11736. messages to be sent later.
  11737.  
  11738. !*strings.21588:\n\
  11739. Therefore, you can't use it as your `Sent' folder.\n\
  11740. \n\
  11741. Please verify that your outgoing messages destination is correct\n\
  11742. in your Mail and News preferences.
  11743.  
  11744. !*strings.21589:An error occurred delivering unsent messages.\n\
  11745. \n\
  11746. %s\n\
  11747. Continue delivery of any remaining unsent messages?
  11748.  
  11749. !*strings.21590:Password for mail user %.100s@%.100s:
  11750.  
  11751. !*strings.21591:%sBookmarks for %s%s
  11752.  
  11753. !*strings.21592:%sPersonal Bookmarks%s
  11754.  
  11755. !*strings.21593:%sAddress book for %s%s
  11756.  
  11757. !*strings.21594:%sPersonal Address book%s
  11758.  
  11759. !*strings.21595:sock: %d   con_sock: %d   protocol: %d\n
  11760.  
  11761. !*strings.21596:URL not found in cache: 
  11762.  
  11763. !*strings.21597:Partial cache entry, getting rest from server:\n
  11764.  
  11765. !*strings.21598:Checking server to verify cache entry\n\
  11766. because force_reload is set:\n
  11767.  
  11768. !*strings.21599:Object has expired, reloading:\n
  11769.  
  11770. !*strings.21600:Checking server to verify cache entry:\n
  11771.  
  11772. !*strings.21601:Checking server to verify cache entry\n\
  11773. because last_modified missing:\n
  11774.  
  11775. !*strings.21602:Netsite:
  11776.  
  11777. !*strings.21603:Location:
  11778.  
  11779. !*strings.21604:File MIME Type:
  11780.  
  11781. !*strings.21605:Currently Unknown
  11782.  
  11783. !*strings.21606:Source:
  11784.  
  11785. !*strings.21607:Currently in disk cache
  11786.  
  11787. !*strings.21608:Currently in memory cache
  11788.  
  11789. !*strings.21609:Not cached
  11790.  
  11791. !*strings.21610:<H1>The window is now inactive</H1>
  11792.  
  11793. !*strings.21611:Local cache file:
  11794.  
  11795. !*strings.21612:none
  11796.  
  11797. !*strings.21613:%A, %d-%b-%y %H:%M:%S Local time
  11798.  
  11799. !*strings.21614:Last Modified:
  11800.  
  11801. !*strings.21615:%A, %d-%b-%y %H:%M:%S GMT
  11802.  
  11803. !*strings.21616:Content Length:
  11804.  
  11805. !*strings.21617:No date given
  11806.  
  11807. !*strings.21618:Expires:
  11808.  
  11809. !*strings.21619:Mac Type:
  11810.  
  11811. !*strings.21620:Mac Creator:
  11812.  
  11813. !*strings.21621:Charset:
  11814.  
  11815. !*strings.21622:Status unknown
  11816.  
  11817. !*strings.21623:Security:
  11818.  
  11819. !*strings.21624:Certificate:
  11820.  
  11821. !*strings.21625:Untitled document
  11822.  
  11823. !*strings.21626:</b></FONT> has the following structure:<p><ul><li>
  11824.  
  11825. !*strings.21627:Page Info
  11826.  
  11827. !*strings.21628:about:editfilenew
  11828.  
  11829. !*strings.21629:file:///Untitled
  11830.  
  11831. !*strings.21630:Brief
  11832.  
  11833. !*strings.21631:Normal
  11834.  
  11835. !*strings.21632:Deleting '%s' will delete all of the messages it contains.\n\
  11836. Are you sure you still want to delete this folder?
  11837.  
  11838. !*strings.21633:The proxy automatic configuration file could not be loaded.\n\
  11839. \n\
  11840. Cannot fail over to using no proxies since your autoconfig url\n\
  11841. is locked.\n\
  11842. See your local system administrator for help.
  11843.  
  11844. !*strings.21634:No proxy automatic configuration file was received.\n\
  11845. \n\
  11846. Cannot fail over to using no proxies since your autoconfig url\n\
  11847. is locked.\n\
  11848. See your local system administrator for help.
  11849.  
  11850. !*strings.21635:There was a problem receiving your proxy autoconfig\n\
  11851. information.  Since your autoconfig URL has been locally\n\
  11852. locked, we cannot failover to allowing no proxies.\n\
  11853. \n\
  11854. See your local system administrator for help.
  11855.  
  11856. !*strings.21636:Import Address Book File...
  11857.  
  11858. !*strings.21637:Export Address Book File...
  11859.  
  11860. !*strings.21638:this bookmark
  11861.  
  11862. !*strings.21639:this entry
  11863.  
  11864. !*strings.21640:%ld seconds
  11865.  
  11866. !*strings.21641:%ld minutes
  11867.  
  11868. !*strings.21642:%ld hours %ld minutes
  11869.  
  11870. !*strings.21643:Main Bookmarks
  11871.  
  11872. !*strings.21644:Address Book
  11873.  
  11874. !*strings.21645:Wrap long lines
  11875.  
  11876. !*strings.21646:Auto Saving %s
  11877.  
  11878. !*strings.21647:Cannot edit non-HTML documents!
  11879.  
  11880. !*strings.21648:subject
  11881.  
  11882. !*strings.21649:sender
  11883.  
  11884. !*strings.21650:body
  11885.  
  11886. !*strings.21651:date
  11887.  
  11888. !*strings.21652:priority
  11889.  
  11890. !*strings.21653:status
  11891.  
  11892. !*strings.21654:to
  11893.  
  11894. !*strings.21655:CC
  11895.  
  11896. !*strings.21656:to or CC
  11897.  
  11898. !*strings.21657:name
  11899.  
  11900. !*strings.21658:e-mail address
  11901.  
  11902. !*strings.21659:phone number
  11903.  
  11904. !*strings.21660:organization
  11905.  
  11906. !*strings.21661:organizational unit
  11907.  
  11908. !*strings.21662:city
  11909.  
  11910. !*strings.21663:street address
  11911.  
  11912. !*strings.21664:size
  11913.  
  11914. !*strings.21665:any text
  11915.  
  11916. !*strings.21666:keyword
  11917.  
  11918. !*strings.21667:contains
  11919.  
  11920. !*strings.21668:doesn't contain
  11921.  
  11922. !*strings.21669:is
  11923.  
  11924. !*strings.21670:isn't
  11925.  
  11926. !*strings.21671:is empty
  11927.  
  11928. !*strings.21672:is before
  11929.  
  11930. !*strings.21673:is after
  11931.  
  11932. !*strings.21674:is higher than
  11933.  
  11934. !*strings.21675:is lower than
  11935.  
  11936. !*strings.21676:begins with
  11937.  
  11938. !*strings.21677:ends with
  11939.  
  11940. !*strings.21678:sounds like
  11941.  
  11942. !*strings.21679:reserved
  11943.  
  11944. !*strings.21680:forward.msg
  11945.  
  11946. !*strings.21681:Your SMTP server does not support the return receipt function \n\
  11947. so your message will be sent without the return receipt request.
  11948.  
  11949. !*strings.21682:age in days
  11950.  
  11951. !*strings.21683:is greater than
  11952.  
  11953. !*strings.21684:is less than
  11954.  
  11955. !*strings.21685:This message cannot be sent because your user name\n\
  11956. could not be determined.\n\
  11957. \n\
  11958. Please check your NIS or YP configuration (if used) and\n\
  11959. the USER and LOGNAME environment variables.
  11960.  
  11961. !*strings.21686:read
  11962.  
  11963. !*strings.21687:replied
  11964.  
  11965. !*strings.21688:Rename selected folder
  11966.  
  11967. !*strings.21689:Draft
  11968.  
  11969. !*strings.21690:Move to folder
  11970.  
  11971. !*strings.21691:Change priority
  11972.  
  11973. !*strings.21692:Delete
  11974.  
  11975. !*strings.21693:Mark read
  11976.  
  11977. !*strings.21694:Ignore thread
  11978.  
  11979. !*strings.21695:Watch thread
  11980.  
  11981. !*strings.21696:forwarded
  11982.  
  11983. !*strings.21697:replied and forwarded
  11984.  
  11985. !*strings.21698:Too many entries found.  Please enter more search criteria.
  11986.  
  11987. !*strings.21700:Read More
  11988.  
  11989. !*strings.21701:Unread Thread
  11990.  
  11991. !*strings.21702:Next Unread Category
  11992.  
  11993. !*strings.21703:Unread Group
  11994.  
  11995. !*strings.21704:By Priority
  11996.  
  11997. !*strings.21705:Call
  11998.  
  11999. !*strings.21706:Type
  12000.  
  12001. !*strings.21707:By Name
  12002.  
  12003. !*strings.21708:By Nickname
  12004.  
  12005. !*strings.21709:By Email Address
  12006.  
  12007. !*strings.21710:By Company
  12008.  
  12009. !*strings.21711:By City
  12010.  
  12011. !*strings.21712:Descending
  12012.  
  12013. !*strings.21713:New Card...
  12014.  
  12015. !*strings.21714:New List...
  12016.  
  12017. !*strings.21715:Card Properties...
  12018.  
  12019. !*strings.21716:Searching %s...
  12020.  
  12021. !*strings.21717:You must enter a list name.
  12022.  
  12023. !*strings.21718:You must enter a first name.
  12024.  
  12025. !*strings.21719:Building summary file for %s...
  12026.  
  12027. !*strings.21720:All
  12028.  
  12029. !*strings.21721:Ignored Threads
  12030.  
  12031. !*strings.21722:Watched Threads with Unread
  12032.  
  12033. !*strings.21723:Threads with Unread
  12034.  
  12035. !*strings.21724:LDAP Directory Entry
  12036.  
  12037. !*strings.21725:Failed to open entry for %s due to LDAP error '%s' (0x%02X)
  12038.  
  12039. !*strings.21726:Failed to open a connection to '%s' due to LDAP error '%s' (0x%02X)
  12040.  
  12041. !*strings.21727:Failed to bind to '%s' due to LDAP error '%s' (0x%02X)
  12042.  
  12043. !*strings.21728:Failed to search '%s' due to LDAP error '%s' (0x%02X)
  12044.  
  12045. !*strings.21729:Failed to modify entry on '%s' due to LDAP error '%s' (0x%02X)
  12046.  
  12047. !*strings.21730:Found %d matches
  12048.  
  12049. !*strings.21731:Are you sure you want to unsubscribe from %s?
  12050.  
  12051. !*strings.21732:Received %ld of %ld headers
  12052.  
  12053. !*strings.21733:No new messages in newsgroup
  12054.  
  12055. !*strings.21734:Received %ld of %ld messages
  12056.  
  12057. !*strings.21735:Mail: Searching mail folders...
  12058.  
  12059. !*strings.21736:Ignore Thread
  12060.  
  12061. !*strings.21737:Ignore Threads
  12062.  
  12063. !*strings.21738:Watch Thread
  12064.  
  12065. !*strings.21739:Watch Threads
  12066.  
  12067. !*strings.21740:Name
  12068.  
  12069. !*strings.21741:Fax
  12070.  
  12071. !*strings.21742:First Name
  12072.  
  12073. !*strings.21743:City
  12074.  
  12075. !*strings.21744:Photograph
  12076.  
  12077. !*strings.21745:Email
  12078.  
  12079. !*strings.21746:Manager
  12080.  
  12081. !*strings.21747:Organization
  12082.  
  12083. !*strings.21748:Object Class
  12084.  
  12085. !*strings.21749:Department
  12086.  
  12087. !*strings.21750:Mailing Address
  12088.  
  12089. !*strings.21751:Administrative Assistant
  12090.  
  12091. !*strings.21752:Last Name
  12092.  
  12093. !*strings.21753:Street
  12094.  
  12095. !*strings.21754:Phone Number
  12096.  
  12097. !*strings.21755:Title
  12098.  
  12099. !*strings.21756:Car License Plate
  12100.  
  12101. !*strings.21757:Business Category
  12102.  
  12103. !*strings.21758:Notes
  12104.  
  12105. !*strings.21759:Department Number
  12106.  
  12107. !*strings.21760:Employee Type
  12108.  
  12109. !*strings.21761:ZIP Code
  12110.  
  12111. !*strings.21762: (secure)
  12112.  
  12113. !*strings.21763:There is no conference address for this person.  Please edit the \n\
  12114. entry and try calling them again.
  12115.  
  12116. !*strings.21764:The local database for %s couldn't be deleted. \n\
  12117. Perhaps you are reading the newsgroup in a message list window. \n\
  12118. Unsubscribe anyway?
  12119.  
  12120. !*strings.21765:Please enter a conferencing address for this person and try to call again.
  12121.  
  12122. !*strings.21766:Please enter an email address for this person and try to call again.
  12123.  
  12124. !*strings.21767:Couldn't find any conferencing software.  Install\n\
  12125. a compatible conferencing product and try again.
  12126.  
  12127. !*strings.21768:The conferencing software is only able to call one person.  Select a single\n\
  12128. entry for a person and try again.
  12129.  
  12130. !*strings.21769:An entry already exists for %s.  Would you like to replace it?
  12131.  
  12132. !*strings.21770:That file name contains illegal characters. Please use a different name.
  12133.  
  12134. !*strings.21771:%s is a virtual newsgroup. If you\n\
  12135. delete it, the server will stop putting messages in the\n\
  12136. newsgroup unless you save your search criteria again.\n\
  12137. \n
  12138.  
  12139. !*strings.21772:Found %ld articles to retrieve
  12140.  
  12141. !*strings.21773:Retrieving %1$ld of %2$ld articles\n\
  12142.   in newsgroup %3$s
  12143.  
  12144. !*strings.21774:Retrieving article %ld
  12145.  
  12146. !*strings.21775:Width = %ld
  12147.  
  12148. !*strings.21776:Height = %ld
  12149.  
  12150. !*strings.21777:(%ld%% of original %s)
  12151.  
  12152. !*strings.21778:(%ld%% of previous %s)
  12153.  
  12154. !*strings.21779:width
  12155.  
  12156. !*strings.21780:height
  12157.  
  12158. !*strings.21781: and 
  12159.  
  12160. !*strings.21782: pixels  
  12161.  
  12162. !*strings.21783:% of window  
  12163.  
  12164. !*strings.21784:State
  12165.  
  12166. !*strings.21785:Domestic
  12167.  
  12168. !*strings.21786:International
  12169.  
  12170. !*strings.21787:Postal
  12171.  
  12172. !*strings.21788:Parcel
  12173.  
  12174. !*strings.21789:Work
  12175.  
  12176. !*strings.21790:Home
  12177.  
  12178. !*strings.21791:Preferred
  12179.  
  12180. !*strings.21792:Voice
  12181.  
  12182. !*strings.21793:Fax
  12183.  
  12184. !*strings.21794:Message
  12185.  
  12186. !*strings.21795:Cellular
  12187.  
  12188. !*strings.21796:Pager
  12189.  
  12190. !*strings.21797:BBS
  12191.  
  12192. !*strings.21798:Modem
  12193.  
  12194. !*strings.21799:Car
  12195.  
  12196. !*strings.21800:ISDN
  12197.  
  12198. !*strings.21801:Video
  12199.  
  12200. !*strings.21802:AOL
  12201.  
  12202. !*strings.21803:Applelink
  12203.  
  12204. !*strings.21804:AT&T Mail
  12205.  
  12206. !*strings.21805:Compuserve
  12207.  
  12208. !*strings.21806:eWorld
  12209.  
  12210. !*strings.21807:Internet
  12211.  
  12212. !*strings.21808:IBM Mail
  12213.  
  12214. !*strings.21809:MCI Mail
  12215.  
  12216. !*strings.21810:Powershare
  12217.  
  12218. !*strings.21811:Prodigy
  12219.  
  12220. !*strings.21812:Telex
  12221.  
  12222. !*strings.21813:Additional Name
  12223.  
  12224. !*strings.21814:Prefix
  12225.  
  12226. !*strings.21815:Suffix
  12227.  
  12228. !*strings.21816:Time Zone
  12229.  
  12230. !*strings.21817:Geographic Position
  12231.  
  12232. !*strings.21818:Sound
  12233.  
  12234. !*strings.21819:Revision
  12235.  
  12236. !*strings.21820:Version
  12237.  
  12238. !*strings.21821:Public Key
  12239.  
  12240. !*strings.21822:Logo
  12241.  
  12242. !*strings.21823:Nickname
  12243.  
  12244. !*strings.21824:Home Phone
  12245.  
  12246. !*strings.21825:Birthday
  12247.  
  12248. !*strings.21826:X400
  12249.  
  12250. !*strings.21827:Address
  12251.  
  12252. !*strings.21828:Label
  12253.  
  12254. !*strings.21829:Mailer
  12255.  
  12256. !*strings.21830:Role
  12257.  
  12258. !*strings.21831:Update From
  12259.  
  12260. !*strings.21832:Conference Software Address
  12261.  
  12262. !*strings.21833:HTML Mail
  12263.  
  12264. !*strings.21834:Add to Personal Address Book
  12265.  
  12266. !*strings.21835:Variable Width
  12267.  
  12268. !*strings.21836:Fixed Width
  12269.  
  12270. !*strings.21837:Helvetica
  12271.  
  12272. !*strings.21838:Arial,Helvetica
  12273.  
  12274. !*strings.21839:Times
  12275.  
  12276. !*strings.21840:Times New Roman,Times
  12277.  
  12278. !*strings.21841:Courier
  12279.  
  12280. !*strings.21842:Courier New,Courier
  12281.  
  12282. !*strings.21843:This document has %ld characters. The Spelling Checker cannot process more than %ld characters.
  12283.  
  12284. !*strings.21844:You cannot paste this much text in a single operation.\n\
  12285. Try pasting the text in several smaller segments.
  12286.  
  12287. !*strings.21845:Delete From All Lists
  12288.  
  12289. !*strings.21846:Adding cards to Netscape address book: %s
  12290.  
  12291. !*strings.21847:Updating Mailing Lists in %s
  12292.  
  12293. !*strings.21848:Import
  12294.  
  12295. !*strings.21849:Copying cards from Netscape address book: %s
  12296.  
  12297. !*strings.21850:Export
  12298.  
  12299. !*strings.21851:Deleting entries from %s
  12300.  
  12301. !*strings.21852:Copying entries to %s
  12302.  
  12303. !*strings.21853:Moving entries to %s
  12304.  
  12305. !*strings.21854:Deleting '%s' will delete its mailing lists and cards.\n\
  12306. Are you sure you still want to delete this address book?
  12307.  
  12308. !*strings.21855:Deleting '%s' will remove this directory.\n\
  12309. Are you sure you still want to delete this directory?
  12310.  
  12311. !*strings.21856:An address book file in your preferences is a developmental database format.\n\
  12312.  The format has since changed and we are not supporting \n\
  12313.  binary import from this format. \n\
  12314.  We're modifying your preferences to use a new file.
  12315.  
  12316. !*strings.21857:Directory
  12317.  
  12318. !*strings.21858:by %s
  12319.  
  12320. !*strings.21859:You must have at least one address book.
  12321.  
  12322. !*strings.21860:Change this action to a copy by holding down the ctrl key
  12323.  
  12324. !*strings.21861:Change this action to a move by holding down the shift key
  12325.  
  12326. !*strings.21862:   
  12327.  
  12328. !*strings.21863:Delete From Address Book
  12329.  
  12330. !*strings.21864:You already have an address book or directory with this name. \n\
  12331. Please enter a different name.
  12332.  
  12333. !*strings.21865:Multiple Matches Found
  12334.  
  12335. !*strings.21866:No match found
  12336.  
  12337. !*strings.21867:All addresses match
  12338.  
  12339. !*strings.21868:All addresses have multiple matches
  12340.  
  12341. !*strings.21869:No matches found
  12342.  
  12343. !*strings.21870:%d multiple matches
  12344.  
  12345. !*strings.21871:%s has multiple matches
  12346.  
  12347. !*strings.21872:%s matches
  12348.  
  12349. !*strings.21873:%d matches found
  12350.  
  12351. !*strings.21874:%s doesn't match
  12352.  
  12353. !*strings.21875:%d do not match
  12354.  
  12355. !*strings.21876:Cellular Phone
  12356.  
  12357. !*strings.21877:Pager
  12358.  
  12359. !*strings.21880:You must save\n\
  12360. %s\n\
  12361. to a local file before editing.\n\
  12362. Save to a file now?
  12363.  
  12364. !*strings.21881:Would you like to add %s to your LDAP preferences?
  12365.  
  12366. !*strings.21882:Card for %s
  12367.  
  12368. !*strings.21883:Subject
  12369.  
  12370. !*strings.21884:Resent-Comments
  12371.  
  12372. !*strings.21885:Resent-Date
  12373.  
  12374. !*strings.21886:Resent-Sender
  12375.  
  12376. !*strings.21887:Resent-From
  12377.  
  12378. !*strings.21888:Resent-To
  12379.  
  12380. !*strings.21889:Resent-CC
  12381.  
  12382. !*strings.21890:Date
  12383.  
  12384. !*strings.21891:Sender
  12385.  
  12386. !*strings.21892:From
  12387.  
  12388. !*strings.21893:Reply-To
  12389.  
  12390. !*strings.21894:Organization
  12391.  
  12392. !*strings.21895:To
  12393.  
  12394. !*strings.21896:CC
  12395.  
  12396. !*strings.21897:Newsgroups
  12397.  
  12398. !*strings.21898:Followup-To
  12399.  
  12400. !*strings.21899:References
  12401.  
  12402. !*strings.21900:Name
  12403.  
  12404. !*strings.21901:Type
  12405.  
  12406. !*strings.21902:Encoding
  12407.  
  12408. !*strings.21903:Description
  12409.  
  12410. !*strings.21904:Failed to initialize news servers. Perhaps your Newsgroup Directory preference is invalid.\n\
  12411.  You will be able to post to newsgroups, but not read them
  12412.  
  12413. !*strings.21905:Sender
  12414.  
  12415. !*strings.21906:All
  12416.  
  12417. !*strings.21907:Messages on %s
  12418.  
  12419. !*strings.21908:Can't move a folder into a folder it contains
  12420.  
  12421. !*strings.21909:%ld new newsgroups have been created on the %s news server.  To view the list\n\
  12422. of new newsgroups, select "Join Newsgroup" and then click on\n\
  12423. the "New Newsgroups" tab.
  12424.  
  12425. !*strings.21910:Searching newsgroup names...
  12426.  
  12427. !*strings.21911:Send Encrypted
  12428.  
  12429. !*strings.21912:Send Cryptographically Signed
  12430.  
  12431. !*strings.21913:Security
  12432.  
  12433. !*strings.21925:Link to Document
  12434.  
  12435. !*strings.21926:<B>Document Info:</B>
  12436.  
  12437. !*strings.21927:In message %s %s wrote:<P>
  12438.  
  12439. !*strings.21928:%s wrote:<P>
  12440.  
  12441. !*strings.21929:unspecified type
  12442.  
  12443. !*strings.21930:This is a cryptographically signed message in MIME format.
  12444.  
  12445. !*strings.21931:Marked %ld messages read
  12446.  
  12447. !*strings.21932:Marked %ld messages read...Done
  12448.  
  12449. !*strings.21933:Message-ID
  12450.  
  12451. !*strings.21934:Resent-Message-ID
  12452.  
  12453. !*strings.21935:BCC
  12454.  
  12455. !*strings.21936:Can't delete the reserved folder '%s'.
  12456.  
  12457. !*strings.21937:Can't search the folder '%s' because it doesn't have a summary file.
  12458.  
  12459. !*strings.21938:New
  12460.  
  12461. !*strings.21939:Personal Address Book
  12462.  
  12463. !*strings.21940:By Status
  12464.  
  12465. !*strings.21941:New
  12466.  
  12467. !*strings.21942:HTML Mail Question
  12468.  
  12469. *strings.21943: \
  12470. Some of the recipients are not listed as being able to receive HTML mail.\n\
  12471. Would you like to convert the message to plain text or send it in HTML\n\
  12472. anyway?\n\
  12473. <A HREF="file:/var/netscape/communicator/docs/abouttips.html#HTMLmail" TARGET="_blank">Instructions</A> for turning off this dialog.\n\
  12474. <p>\n\
  12475. <table>\n\
  12476. <tr><td valign=top>\n\
  12477. %-cont-%
  12478.  
  12479. !*strings.21943:Some of the recipients are not listed as being able to receive HTML\n\
  12480. mail.  Would you like to convert the message to plain text or send it\n\
  12481. in HTML anyway?\n\
  12482. <p>\n\
  12483. <table>\n\
  12484. <tr><td valign=top>\n\
  12485. %-cont-%
  12486.  
  12487. !*strings.21944:<input type=radio name=mail value=1 checked>\n\
  12488. </td><td valign=top>\n\
  12489. Send in Plain Text and HTML\n\
  12490. </td></tr><tr><td valign=top>\n\
  12491. <input type=radio name=mail value=2>\n\
  12492. </td><td valign=top>\n\
  12493. %-cont-%
  12494.  
  12495. !*strings.21945:Send in Plain Text Only\n\
  12496. </td></tr><tr><td valign=top>\n\
  12497. <input type=radio name=mail value=3>\n\
  12498. </td><td valign=top>\n\
  12499. Send in HTML Only\n\
  12500. </td></tr>\n\
  12501. </table>\n\
  12502. <center>\n\
  12503. <script>\n\
  12504. %-cont-%
  12505.  
  12506. !*strings.21946:function Doit(value) {\n\
  12507.     document.theform.cmd.value = value;\n\
  12508.     document.theform.submit();\n\
  12509. }\n\
  12510. </script>\n\
  12511. <input type=hidden name=cmd value=-1>\n\
  12512. %-cont-%
  12513.  
  12514. !*strings.21947:<input type=button value="Send" onclick="Doit(0);">\n\
  12515. <input type=button value="Don't Send" onclick="Doit(1);">\n\
  12516. <input type=button value="Recipients..." onclick="Doit(2);">\n\
  12517. %-cont-%
  12518.  
  12519. !*strings.21948:<input type=button value="Help" onclick="Doit(3);">\n\
  12520. <input type=hidden name=button value=0>\n\
  12521. </center>\n
  12522.  
  12523. !*strings.21949:
  12524.  
  12525. !*strings.21950:
  12526.  
  12527. !*strings.21951:
  12528.  
  12529. !*strings.21952:
  12530.  
  12531. !*strings.21953:
  12532.  
  12533. !*strings.21954:<everyone>
  12534.  
  12535. !*strings.21955:HTML Recipients
  12536.  
  12537. !*strings.21956:The recipients and domains below are not listed as being able to read\n\
  12538. HTML messages.  If this listing is incorrect, you may change it below.\n\
  12539. %-cont-%
  12540.  
  12541. !*strings.21957:<p>\n\
  12542. <table>\n\
  12543. <tr>\n\
  12544. <td>Does not prefer HTML</td>\n\
  12545. <td></td>\n\
  12546. <td>Prefers HTML</td>\n\
  12547. </tr>\n\
  12548. <tr>\n\
  12549. <td>\n\
  12550. <select name=nohtml size=7 multiple\n\
  12551. %-cont-%
  12552.  
  12553. !*strings.21958:onChange="SelectAllIn(document.theform.html, false);">\n\
  12554. %1%\n\
  12555. </select>\n\
  12556. </td>\n\
  12557. <td>\n\
  12558. <center>\n\
  12559. <input type=button name=add\n\
  12560. value="Add > >" onclick="DoAdd();">\n\
  12561. %-cont-%
  12562.  
  12563. !*strings.21959:<p>\n\
  12564. <input type=button name=remove\n\
  12565. value="< < Remove" onclick="DoRemove();">\n\
  12566. </center>\n\
  12567. </td>\n\
  12568. <td>\n\
  12569. <select name=html size=7 multiple\n\
  12570. %-cont-%
  12571.  
  12572. !*strings.21960:onChange="SelectAllIn(document.theform.nohtml, false);">\n\
  12573. %2%\n\
  12574. </select>\n\
  12575. </td>\n\
  12576. </tr>\n\
  12577. </table>\n\
  12578. <p>\n\
  12579. <center>\n\
  12580. %-cont-%
  12581.  
  12582. !*strings.21961:<input type=button value=OK onclick="SelectAll(); Doit(0);">\n\
  12583. <input type=button value=Cancel onclick="Doit(1);">\n\
  12584. <input type=button value=Help onclick="Doit(2);">\n\
  12585. %-cont-%
  12586.  
  12587. !*strings.21962:<input type=hidden name=cmd value=-1>\n\
  12588. <input type=hidden name=button value=0>\n\
  12589. </center>\n\
  12590. <script>\n\
  12591. %0%\n\
  12592. </script>\n
  12593.  
  12594. !*strings.21963:
  12595.  
  12596. !*strings.21964:
  12597.  
  12598. !*strings.21965:
  12599.  
  12600. !*strings.21966:
  12601.  
  12602. !*strings.21967:
  12603.  
  12604. !*strings.21968:An Address Book entry with this name and email address already exists.
  12605.  
  12606. !*strings.21969:This Address Book entry is already a member of this list.
  12607.  
  12608. !*strings.21970:Custom 1
  12609.  
  12610. !*strings.21971:Custom 2
  12611.  
  12612. !*strings.21972:Custom 3
  12613.  
  12614. !*strings.21973:Custom 4
  12615.  
  12616. !*strings.21974:Custom 5
  12617.  
  12618. !*strings.21975:Mailing lists can only contain entries from the Personal Address Book.\n\
  12619. Would you like to add %s to the address book?
  12620.  
  12621. !*strings.21976:A mailing list cannot have itself as a member
  12622.  
  12623. !*strings.21977:New Card
  12624.  
  12625. !*strings.21978:New Personal Card
  12626.  
  12627. !*strings.21979:Personal Card for %s
  12628.  
  12629. !*strings.21980:CC: %s
  12630.  
  12631. !*strings.21981:Bcc: %s
  12632.  
  12633. !*strings.21982:To: %s
  12634.  
  12635. !*strings.21983:%s can't be saved. Either the disk is full\n\
  12636. or the file is locked.\n\
  12637. \n\
  12638. Try saving on a different disk or try saving\n\
  12639. %s with a different name.
  12640.  
  12641. !*strings.21984:HEAD call to server failed.\n\
  12642. Upload aborted.
  12643.  
  12644. !*strings.21985:Unable to open address book database file.
  12645.  
  12646. !*strings.21986:A mailing list with this name already exists.
  12647.  
  12648. !*strings.21987:Communicator is unable to import this file into the address book.
  12649.  
  12650. !*strings.21988:Purging newsgroup %s...
  12651.  
  12652. !*strings.21989:Purging newsgroup %s...header %ld
  12653.  
  12654. !*strings.21990:Purging newsgroup %s...article %ld
  12655.  
  12656. !*strings.21991:Purging newsgroup %s...Done
  12657.  
  12658. !*strings.21992:Make sure you specify the entire destination URL.\n\
  12659. e.g. http://somemachine/somedirectory/somefile.html\n\
  12660. \n\
  12661. Try to publish to this URL anyway?
  12662.  
  12663. !*strings.21993:Publish destination is invalid.
  12664.  
  12665. !*strings.21994:Publish destination contains at least one illegal character.
  12666.  
  12667. !*strings.21995:Publish destination must begin with ftp:// or http://
  12668.  
  12669. !*strings.21996:Publish destination ends in a slash.
  12670.  
  12671. !*strings.21997:Publish destination has no file extension.
  12672.  
  12673. !*strings.21998:Source of: 
  12674.  
  12675. !*strings.21999:The server 
  12676.  
  12677. !*strings.22000:\n\
  12678. wishes to set a cookie that will be sent 
  12679.  
  12680. !*strings.22001:\n\
  12681. to any server in the domain 
  12682.  
  12683. !*strings.22002:only back to itself
  12684.  
  12685. !*strings.22003:\n\
  12686. The name and value of the cookie are:\n
  12687.  
  12688. !*strings.22004:\n\
  12689. This cookie will persist until 
  12690.  
  12691. !*strings.22005:\n\
  12692. Do you wish to allow the cookie to be set?
  12693.  
  12694. !*strings.22006:Content Length:
  12695.  
  12696. !*strings.22007:Real Content Length:
  12697.  
  12698. !*strings.22008:Content type:
  12699.  
  12700. !*strings.22009:Local filename:
  12701.  
  12702. !*strings.22010:Last Modified:
  12703.  
  12704. !*strings.22011:Expires:
  12705.  
  12706. !*strings.22012:Last accessed:
  12707.  
  12708. !*strings.22013:Character set:
  12709.  
  12710. !*strings.22014:Secure:
  12711.  
  12712. !*strings.22015:Uses relative path:
  12713.  
  12714. !*strings.22016:From Netsite Server:
  12715.  
  12716. !*strings.22017:Changing the character set may alter some\n\
  12717. of the characters in your document.\n\
  12718. This change is not undoable.\n\
  12719. Are you sure you want to proceed?
  12720.  
  12721. !*strings.22018:The following links could become invalid because\n\
  12722. they refer to files on your local hard disk(s).\n\
  12723. \n\
  12724. %s\n\
  12725. If you're sure you set up the links properly, click\n\
  12726. OK to continue publishing.
  12727.  
  12728. !*strings.22019:%s can't be saved because the disk is full or the\n\
  12729. file is locked. Try saving on a different disk or try saving\n\
  12730. %s with a different name.
  12731.  
  12732. !*strings.22020:\n\
  12733. \n\
  12734. If you continue saving, %s won't be saved with\n\
  12735. this page.
  12736.  
  12737. !*strings.22021:The file %s associated with this page can't be\n\
  12738. saved.  Make sure the file is in the correct location.
  12739.  
  12740. !*strings.22022:The file %s associated with this page can't be\n\
  12741. saved because there is a problem with the file.
  12742.  
  12743. !*strings.22023:There was a problem preparing %s for\n\
  12744. publishing. Netscape couldn't create a temporary file.
  12745.  
  12746. !*strings.22024:\n\
  12747. \n\
  12748. Check to see if your hard disk is full.
  12749.  
  12750. !*strings.22025:There was a problem preparing %s for publishing.\n\
  12751. Netscape couldn't create a temporary file.
  12752.  
  12753. !*strings.22026:\n\
  12754. \n\
  12755. If you continue, %s won't be published with\n\
  12756. this page.
  12757.  
  12758. !*strings.22027:Netscape couldn't prepare the file %s for\n\
  12759. publishing. Make sure the file is in the correct location.
  12760.  
  12761. !*strings.22028:The file %s associated with this page can't\n\
  12762. be published because there is a problem with the file.
  12763.  
  12764. !*strings.22029:There was a problem preparing the message for sending.\n\
  12765. Netscape couldn't create a temporary file.
  12766.  
  12767. !*strings.22030:There was a problem preparing %s for sending.\n\
  12768. Netscape couldn't create a temporary file.
  12769.  
  12770. !*strings.22031:Netscape couldn't prepare the file %s for\n\
  12771. sending. Make sure the file is in the correct location.
  12772.  
  12773. !*strings.22032:The file %s associated with this page can't be\n\
  12774. sent because there is a problem with the file.
  12775.  
  12776. !*strings.22033:\n\
  12777. \n\
  12778. If you continue, %s won't be sent with\n\
  12779. this page.
  12780.  
  12781. !*strings.22034:View Complete Card
  12782.  
  12783. !*strings.22035:View Condensed Card
  12784.  
  12785. !*strings.22036:By Flag
  12786.  
  12787. !*strings.22037:By Unread
  12788.  
  12789. !*strings.22038:By Size
  12790.  
  12791. !*strings.22039:Netscape was unable to connect to the network because\n\
  12792. you are offline.  To reconnect, choose Offline\n\
  12793. from the File Menu and then select Work Online.
  12794.  
  12795. !*strings.22040: 
  12796.  
  12797. !*strings.22041:, 
  12798.  
  12799. !*strings.22042:That item can not be moved to the requested location.
  12800.  
  12801. !*strings.22043:Enter password to protect data being exported:
  12802.  
  12803. !*strings.22044:in %s
  12804.  
  12805. !*strings.22045:in selected items
  12806.  
  12807. !*strings.22046:in offline mail folders
  12808.  
  12809. !*strings.22047:in online mail folders
  12810.  
  12811. !*strings.22048:in subscribed newsgroups
  12812.  
  12813. !*strings.22049:in searchable newsgroups
  12814.  
  12815. !*strings.22050:Default Directory Server
  12816.  
  12817. !*strings.22051:Specific Directory Server
  12818.  
  12819. !*strings.22052:Hostname or IP Address
  12820.  
  12821. !*strings.22053:Conference Software Address
  12822.  
  12823. !*strings.22054:Additional Information:
  12824.  
  12825. !*strings.22055:HTML Domains
  12826.  
  12827. !*strings.22056:<script>\n\
  12828. function DeleteSelected() {\n\
  12829.   selname = document.theform.selname;\n\
  12830.   gone = document.theform.gone;\n\
  12831.   var p;\n\
  12832.   var i;\n\
  12833.   for (i=selname.options.length-1 ; i>=0 ; i--) {\n\
  12834. %-cont-%
  12835.  
  12836. !*strings.22057:    if (selname.options[i].selected) {\n\
  12837.       selname.options[i].selected = 0;\n\
  12838.       gone.value = gone.value + "," + selname.options[i].text;\n\
  12839.       for (j=i ; j<selname.options.length ; j++) {\n\
  12840. %-cont-%
  12841.  
  12842. !*strings.22058:        selname.options[j] = selname.options[j+1];\n\
  12843.       }\n\
  12844.     }\n\
  12845.   }\n\
  12846. }\n\
  12847. %-cont-%
  12848.  
  12849. !*strings.22059:function AddNewDomain() {\n\
  12850.   selname = document.theform.selname;\n\
  12851.   if (document.theform.newDomain.value == "")\n\
  12852.     return;\n\
  12853.   var i;\n\
  12854. %-cont-%
  12855.  
  12856. !*strings.22060:  for (i=0; i<selname.options.length; i++) {\n\
  12857.     if (selname.options[i].text == document.theform.newDomain.value)\n\
  12858.       return;\n\
  12859.   }\n\
  12860.   newName = new Option(\n\
  12861.    document.theform.newDomain.value, document.theform.newDomain.value);\n\
  12862. %-cont-%
  12863.  
  12864. !*strings.22061:   selname.options[selname.options.length] = newName;\n\
  12865.    newlist = document.theform.newdom;\n\
  12866.    newlist.value = newlist.value + "," + newName.value;\n\
  12867. }\n\
  12868. %-cont-%
  12869.  
  12870. !*strings.22062:</script>\n\
  12871. This is a list of domains that can accept HTML mail.  Anyone whose\n\
  12872. e-mail address ends in one of these domains is considered to use a\n\
  12873. mail reader which understands HTML, such as Netscape.<p>\n\
  12874. %-cont-%
  12875.  
  12876. !*strings.22063:You may remove a domain from this list by clicking on it and\n\
  12877. choosing Delete. Add a domain by entering the domain name and\n\
  12878. clicking Add New Domain.<p>\n\
  12879. <select name=selname multiple size=10>\n\
  12880. %0%\n\
  12881. %-cont-%
  12882.  
  12883. !*strings.22064:</select>\n\
  12884. <input type=button value=Delete onclick="DeleteSelected();">\n\
  12885. <BR><input type="text" name="newDomain"\n\
  12886.  SIZE=16 VALUE="" onFocus="this.select()">\n\
  12887. %-cont-%
  12888.  
  12889. !*strings.22065:<input type=button value="Add New Domain" onclick="AddNewDomain()">\n\
  12890. <input type=hidden name=gone value="">\n\
  12891. <input type=hidden name=newdom value="">\n
  12892.  
  12893. !*strings.22066:The newsgroup %s was accepting HTML because all newsgroups whose name\n\
  12894. started with "%s" were marked to accept HTML.  This action will\n\
  12895. reverse that; newsgroups whose name start with "%s" will no longer\n\
  12896. accept HTML.
  12897.  
  12898. !*strings.22067:Folder
  12899.  
  12900. !*strings.22068:The newsgroup %s does not appear to exist on the host %s.\n\
  12901. Would you like to unsubscribe from it?
  12902.  
  12903. !*strings.22079:Show Security Information
  12904.  
  12905. !*strings.22080:Encrypted<BR><NOBR>and Signed</NOBR>
  12906.  
  12907. !*strings.22081:Signed
  12908.  
  12909. !*strings.22082:Encrypted
  12910.  
  12911. !*strings.22083:Certificates
  12912.  
  12913. !*strings.22084:Invalid Signature
  12914.  
  12915. !*strings.22085:Invalid Signature
  12916.  
  12917. !*strings.22086:Invalid Encryption
  12918.  
  12919. !*strings.22087:Invalid Certificates
  12920.  
  12921. !*strings.22088:New Newsgroup
  12922.  
  12923. !*strings.22089:Creates a new category in this newsgroup
  12924.  
  12925. !*strings.22090:There is no email address for %s.
  12926.  
  12927. !*strings.22091:Expired %ld messages
  12928.  
  12929. !*strings.22092:Expired %ld messages...Done
  12930.  
  12931. !*strings.22093:Trash
  12932.  
  12933. !*strings.22094:Inbox
  12934.  
  12935. !*strings.22095:Unsent Messages
  12936.  
  12937. !*strings.22096:Drafts
  12938.  
  12939. !*strings.22097:Sent
  12940.  
  12941. !*strings.22098:New Folder
  12942.  
  12943. !*strings.22099:Rename Folder
  12944.  
  12945. !*strings.22100:Manage Mail Account
  12946.  
  12947. !*strings.22101:Netscape is unable to manage your mail account.\n\
  12948. Please contact your mail account administrator\n\
  12949. or try again later.
  12950.  
  12951. !*strings.22102:Manage Newsgroups
  12952.  
  12953. !*strings.22103:Netscape is unable to locate the socks server:\n\
  12954.   %.200s\n\
  12955. The server does not have a DNS entry.\n\
  12956. \n\
  12957. Check the socks server name in the proxy\n\
  12958. configuration and try again.
  12959.  
  12960. !*strings.22104:An object with that nickname exists.  Please enter a new nickname.
  12961.  
  12962. !*strings.22105:Get New News Articles
  12963.  
  12964. !*strings.22106:Local Mail
  12965.  
  12966. !*strings.22107:%s Newsgroups
  12967.  
  12968. !*strings.22108:%s Receiving: message headers %lu of %lu
  12969.  
  12970. !*strings.22109:%s Receiving: message flags %lu of %lu
  12971.  
  12972. !*strings.22110:Deleting messages...
  12973.  
  12974. !*strings.22111:Deleting message...
  12975.  
  12976. !*strings.22112:Moving messages to %s...
  12977.  
  12978. !*strings.22113:Moving message to %s...
  12979.  
  12980. !*strings.22114:Copying messages %s...
  12981.  
  12982. !*strings.22115:Copying message %s...
  12983.  
  12984. !*strings.22116:Opening folder %s...
  12985.  
  12986. !*strings.22117:Are you sure you want to move %s away from its default \n\
  12987. location? Next time Communicator runs, a new %s folder \n\
  12988. will be created in the default location
  12989.  
  12990. !*strings.22118:Update Message Counts
  12991.  
  12992. !*strings.22119:Deleting %lu of %lu messages
  12993.  
  12994. !*strings.22120:Copying %lu of %lu messages to %s
  12995.  
  12996. !*strings.22121:Moving %lu of %lu messages to %s
  12997.  
  12998. !*strings.22122:Your file was uploaded successfully.
  12999.  
  13000. !*strings.22123:%d files were uploaded successfully.
  13001.  
  13002. !*strings.22124:Mail: delivering message %ld to %s...
  13003.  
  13004. !*strings.22125:Mail: delivering message %ld...
  13005.  
  13006. !*strings.22126:You are doing an unencrypted Forward of a message which was\n\
  13007. encrypted when you received it.  Sending this message unencrypted\n\
  13008. may reduce the level of privacy of the attached message.\n\
  13009. \n\
  13010. Send unencrypted anyway?
  13011.  
  13012. !*strings.22127:\n\
  13013. \n\
  13014. Browse to your default publishing location now?
  13015.  
  13016. !*strings.22128:You can not copy and paste between different\n\
  13017. versions of Netscape Composer or Netscape Gold.
  13018.  
  13019. !*strings.22129:You can not copy and paste between windows with\n\
  13020. different character set encodings.
  13021.  
  13022. !*strings.22130:NFS URLs not internally supported, use an HTTP proxy server: 
  13023.  
  13024. !*strings.22132:Change rule to reflect new folder location?
  13025.  
  13026. !*strings.22133:Disable filter rule for this folder?
  13027.  
  13028. !*strings.22134:Dynamic Fonts
  13029.  
  13030. !*strings.22135:<H2>Installed Font Displayers<HR WIDTH=100%></H2>\n\
  13031.  <FONT SIZE=+0>\n\
  13032.  The font displayers that you have installed and the font formats\n\
  13033.  supported by each, are listed below.
  13034.  
  13035. !*strings.22136:Use the radioboxes to enable or disable a particular format for a\n\
  13036.  particular displayer.<P>
  13037.  
  13038. !*strings.22137:For more information on Netscape Dynamic Fonts, click <a href=http://home.netscape.com/comprod/products/communicator/version_4.0/dynfonts  target=aboutDynamicFonts>here</a><hr>
  13039.  
  13040. !*strings.22138:</FONT>
  13041.  
  13042. !*strings.22139:<TABLE BORDER WIDTH=99%%><TR>\n\
  13043.  <TD COLSPAN=3><B>%s</B><BR>%s<BR>Located at: %s<BR><BR></TD>\n\
  13044.  </TR>
  13045.  
  13046. !*strings.22140:<TABLE BORDER WIDTH=99%%><TR>\n\
  13047.  <TD COLSPAN=3><B>%s</B><BR>%s<BR><BR></TD>\n\
  13048.  </TR>
  13049.  
  13050. !*strings.22141:<TR>\n\
  13051.  <TD WIDTH=33%%><INPUT NAME="%s" TYPE=Radio VALUE="%s" %s><B>%s</B></TD>\n\
  13052.  <TD WIDTH=50%%>%s</TD>\n\
  13053.  <TD>%s</TD>\n\
  13054.  </TR>
  13055.  
  13056. !*strings.22142:</TABLE>\n\
  13057.  <BR>\n\
  13058.  <BR>
  13059.  
  13060. !*strings.22143:<B>No Displayers Installed</B>
  13061.  
  13062. !*strings.22144:Netscape Default Font Displayer
  13063.  
  13064. !*strings.22145:This font displayer handles fonts that are installed on the system.
  13065.  
  13066. !*strings.22146:Outbox
  13067.  
  13068. !*strings.22147:The `Outbox' folder contains a message which is not\n\
  13069. scheduled for delivery!
  13070.  
  13071. !*strings.22148:The `Outbox' folder contains %d messages which are not\n\
  13072. scheduled for delivery!
  13073.  
  13074. !*strings.22149:\n\
  13075. \n\
  13076. This probably means that some program other than\n\
  13077. Netscape has added messages to this folder.\n
  13078.  
  13079. !*strings.22150:The `Outbox' folder is special; it is only for storing\n\
  13080. messages to be sent later.
  13081.  
  13082. !*strings.22151:The local configuration file specified a configuration URL but the AutoAdmin component could not\n\
  13083.  be loaded.  AutoAdmin is required to support remote configuration URLs.  You will be unable to load\n\
  13084.  any remote documents.
  13085.  
  13086. !*strings.22152:Adding to %s: %ld of %ld
  13087.  
  13088. !*strings.22153:<B><FONT COLOR="#808080">      Internal</FONT></B>
  13089.  
  13090. !*strings.22154:File Name to Import
  13091.  
  13092. !*strings.22155:File Name to Export
  13093.  
  13094. !*strings.22156:This document is %ld bytes long. That is too large to be read by a Composer Plug-in. The maximum allowed size is %ld bytes.
  13095.  
  13096. !*strings.22157:The Composer Plug-in tried to create a document that is %ld bytes long. The maximum allowed size is %ld bytes.
  13097.  
  13098. !*strings.22158:S/MIME Encrypted Message
  13099.  
  13100. !*strings.22159:S/MIME Cryptographic Signature
  13101.  
  13102. !*strings.22160:Netscape was unable to start Netcaster.\n\
  13103. Make sure Netcaster is installed correctly.
  13104.  
  13105. !*strings.22161:Composer can't open the URL '%s'.\n\
  13106. \n\
  13107. You must enter an absolute URL or an absolute pathname.\n\
  13108. e.g. 'http://mysystem.com/mydoc.html'
  13109.  
  13110. !*strings.22162:%d-bit %s
  13111.  
  13112. !*strings.22163:Only one operation at a time on this folder is permitted. \n\
  13113. Please wait until the other operation completes and try again.
  13114.  
  13115. !*strings.22164:Are you sure you want to move the selected folders into the Trash?
  13116.  
  13117. !*strings.22165:Netscape is unable to start Netcaster because Java and/or JavaScript are not enabled. \n\
  13118. Please verify that your Advanced Preferences are set correctly and try again.
  13119.  
  13120. !*strings.22170:0,0,0,Default color
  13121.  
  13122. !*strings.22171:255,255,255,#FFFFFF
  13123.  
  13124. !*strings.22172:204,204,204,#CCCCCC
  13125.  
  13126. !*strings.22173:153,153,153,#999999
  13127.  
  13128. !*strings.22174:102,102,102,#666666
  13129.  
  13130. !*strings.22175:51,51,51,#333333
  13131.  
  13132. !*strings.22176:0,0,0,#000000
  13133.  
  13134. !*strings.22177:255,204,204,#FFCCCC
  13135.  
  13136. !*strings.22178:255,102,102,#FF6666
  13137.  
  13138. !*strings.22179:255,0,0,#FF0000
  13139.  
  13140. !*strings.22180:204,0,0,#CC0000
  13141.  
  13142. !*strings.22181:153,0,0,#990000
  13143.  
  13144. !*strings.22182:102,0,0,#660000
  13145.  
  13146. !*strings.22183:51,0,0,#330000
  13147.  
  13148. !*strings.22184:255,204,153,#FFCC99
  13149.  
  13150. !*strings.22185:255,204,51,#FFCC33
  13151.  
  13152. !*strings.22186:255,153,0,#FF9900
  13153.  
  13154. !*strings.22187:255,102,0,#FF6600
  13155.  
  13156. !*strings.22188:204,102,0,#CC6600
  13157.  
  13158. !*strings.22189:153,51,0,#993300
  13159.  
  13160. !*strings.22190:102,51,0,#663300
  13161.  
  13162. !*strings.22191:255,255,204,#FFFFCC
  13163.  
  13164. !*strings.22192:255,255,153,#FFFF99
  13165.  
  13166. !*strings.22193:255,255,0,#FFFF00
  13167.  
  13168. !*strings.22194:255,204,0,#FFCC00
  13169.  
  13170. !*strings.22195:153,153,0,#999900
  13171.  
  13172. !*strings.22196:102,102,0,#666600
  13173.  
  13174. !*strings.22197:51,51,0,#333300
  13175.  
  13176. !*strings.22198:153,255,153,#99FF99
  13177.  
  13178. !*strings.22199:102,255,153,#66FF99
  13179.  
  13180. !*strings.22200:51,255,51,#33FF33
  13181.  
  13182. !*strings.22201:0,204,0,#00CC00
  13183.  
  13184. !*strings.22202:0,153,0,#006600
  13185.  
  13186. !*strings.22203:0,102,0,#006600
  13187.  
  13188. !*strings.22204:0,51,0,#003300
  13189.  
  13190. !*strings.22205:204,255,255,#CCFFFF
  13191.  
  13192. !*strings.22206:102,255,255,#66FFFF
  13193.  
  13194. !*strings.22207:51,204,255,#33CCFF
  13195.  
  13196. !*strings.22208:51,102,255,#3366FF
  13197.  
  13198. !*strings.22209:51,51,255,#3333FF
  13199.  
  13200. !*strings.22210:0,0,153,#000099
  13201.  
  13202. !*strings.22211:0,0,102,#000066
  13203.  
  13204. !*strings.22212:255,204,255,#FFCCFF
  13205.  
  13206. !*strings.22213:255,153,255,#FF99FF
  13207.  
  13208. !*strings.22214:204,102,204,#CC66CC
  13209.  
  13210. !*strings.22215:204,51,204,#CC33CC
  13211.  
  13212. !*strings.22216:153,51,102,#993366
  13213.  
  13214. !*strings.22217:102,51,102,#663366
  13215.  
  13216. !*strings.22218:51,0,51,#330033
  13217.  
  13218. !*strings.22219:
  13219.  
  13220. !*strings.22261:
  13221.  
  13222. !*strings.22262:SmartUpdate failed: Downloaded archive is not a JAR file.
  13223.  
  13224. !*strings.22263:SmartUpdate failed: JAR archive failed security check. %s.
  13225.  
  13226. !*strings.22264:SmartUpdate failed: JAR archive has no installer file information.
  13227.  
  13228. !*strings.22265:SmartUpdate failed: JAR archive is missing an installer file %s.
  13229.  
  13230. !*strings.22266:No automatic configuration file was received.\n\
  13231. \n\
  13232. You will be unable to load and documents from the network.\n\
  13233. See your local system administrator for help.
  13234.  
  13235. !*strings.22267:The automatic configuration file is not of the correct type:\n\
  13236. \n\
  13237.         %s\n\
  13238. \n\
  13239. Expected the MIME type of application/x-javascript-config.
  13240.  
  13241. !*strings.22268:The automatic configuration file could not be loaded.\n\
  13242. \n\
  13243. You will be unable to load any documents from the network.\n\
  13244. See your local system administrator for help.
  13245.  
  13246. !*strings.22269:No automatic configuration file was received.\n\
  13247. \n\
  13248. Will default based on the last configuration.
  13249.  
  13250. !*strings.22270:The backup automatic configuration file had errors.\n\
  13251. \n\
  13252. We will default to the standard configuration.
  13253.  
  13254. !*strings.22271:The automatic configuration file has errors:\n\
  13255. \n\
  13256.         %s\n\
  13257. \n\
  13258. We will default to the standard configuration.
  13259.  
  13260. !*strings.22272:Automatic configuration load was cancelled.\n\
  13261. \n\
  13262. We will default to the standard configuration.
  13263.  
  13264. !*strings.22273:Your certificates have been successfully exported.
  13265.  
  13266. !*strings.22274:Your certificates have been successfully imported.
  13267.  
  13268. !*strings.22275:Enter password protecting data to be imported:
  13269.  
  13270. !*strings.22276:Would you like to add the remaining addresses to the personal address book?
  13271.  
  13272. !*strings.22277:User Certificate
  13273.  
  13274. !*strings.22278:User E-mail Certificate
  13275.  
  13276. !*strings.22279:The Trash already contains a folder named '%s.'\n\
  13277. Please either empty the trash or rename this folder.
  13278.  
  13279. !*strings.22280:The Trash already contained a folder named '%s.'\n\
  13280. The folder which you just deleted can be found in the Trash\n\
  13281. under the new name '%s.'
  13282.  
  13283. !*strings.22281:The current command did not succeed.  The mail server responded:\n\
  13284. %s
  13285.  
  13286. !*strings.22282:Where would you like to install %s?
  13287.  
  13288. !*strings.22283:View Document Source
  13289.  
  13290. !*strings.22284:<H3>No info while document is loading</H3>\n
  13291.  
  13292. !*strings.22285:<LI>Frame: 
  13293.  
  13294. !*strings.22286:Image:
  13295.  
  13296. !*strings.22287:Embed:
  13297.  
  13298. !*strings.22288:Applet:
  13299.  
  13300. !*strings.22289:Background Image: 
  13301.  
  13302. !*strings.22290:<LI>Action URL: 
  13303.  
  13304. !*strings.22291:<LI>Encoding: 
  13305.  
  13306. !*strings.22292:<LI>Method: 
  13307.  
  13308. !*strings.22293:<LI>Layer: 
  13309.  
  13310. !*strings.22294:Some of these attachments contain Macintosh specific information. Using UUENCODE will cause this information to be lost. Continue sending?
  13311.  
  13312. !*strings.22295:Re-enter the password to confirm it:
  13313.  
  13314. !*strings.22296:The passwords entered did not match.  Enter\n\
  13315. the password to protect data being exported:
  13316.  
  13317. !*strings.22297:Creating folder...
  13318.  
  13319. !*strings.22298:Opening folder...
  13320.  
  13321. !*strings.22299:Deleting folder %s...
  13322.  
  13323. !*strings.22300:Renaming folder %s...
  13324.  
  13325. !*strings.22301:Looking for folders...
  13326.  
  13327. !*strings.22302:Subscribing to folder %s...
  13328.  
  13329. !*strings.22303:Unsubscribing from folder %s...
  13330.  
  13331. !*strings.22304:Searching folder...
  13332.  
  13333. !*strings.22305:Getting message info...
  13334.  
  13335. !*strings.22306:Closing folder...
  13336.  
  13337. !*strings.22307:Compacting folder...
  13338.  
  13339. !*strings.22308:Logging out...
  13340.  
  13341. !*strings.22309:Checking mail server capabilities...
  13342.  
  13343. !*strings.22310:Sending login information...
  13344.  
  13345. !*strings.22311:Sending authenticate login information...
  13346.  
  13347. !*strings.22312:SmartUpdate is not complete until you reboot Windows
  13348.  
  13349. !*strings.22313:to Sender Only
  13350.  
  13351. !*strings.22314:untitled
  13352.  
  13353. !*strings.22315:Advance to next unread message in %s?
  13354.  
  13355. !*strings.22316:Sorry, access to the port number given\n\
  13356. has been disabled for security reasons
  13357.  
  13358. !*strings.22317:Lowest
  13359.  
  13360. !*strings.22318:Low
  13361.  
  13362. !*strings.22319:Normal
  13363.  
  13364. !*strings.22320:High
  13365.  
  13366. !*strings.22321:Highest
  13367.  
  13368. !*strings.22322:NONE
  13369.  
  13370. !*strings.22323:Receiving: message totals: %lu of %lu
  13371.  
  13372. !*strings.22324:Please enter your %s and password for access to %s
  13373.  
  13374. !*strings.22325:%s - Receiving: message %lu of %lu
  13375.  
  13376. !*strings.22326:Sorry, Collabra has been disabled;  newsgroup functionality has been turned off.
  13377.  
  13378. !*strings.22327:Downloading message...
  13379.  
  13380. !*strings.22328:Folder creation succeeded, but Netscape was unable to subscribe the new folder.
  13381.  
  13382. !*strings.22329:Folder deletion succeeded, but Netscape was unable to unsubscribe from the folder.
  13383.  
  13384. !*strings.22330:Folder move succeeded, but Netscape was unable to subscribe to the new folder name.
  13385.  
  13386. !*strings.22331:Folder move succeeded, but Netscape was unable to unsubscribe from the old folder name.
  13387.  
  13388. !*strings.22332:Close Window?
  13389.  
  13390. !*strings.22333:Close Window %s?
  13391.  
  13392. !*strings.22334:Your Cookies
  13393.  
  13394. !*strings.22335:Maximum number of cookies allowed:
  13395.  
  13396. !*strings.22336:The number of cookies you have:
  13397.  
  13398. !*strings.22337:Maximum number of cookies per server:
  13399.  
  13400. !*strings.22338:Maximum size of each cookie:
  13401.  
  13402. !*strings.22339:You have no cookies.
  13403.  
  13404. !*strings.22340:Name:
  13405.  
  13406. !*strings.22341:Value:
  13407.  
  13408. !*strings.22342:Host:
  13409.  
  13410. !*strings.22343:Send to host:
  13411.  
  13412. !*strings.22344:any host in the domain from the host above
  13413.  
  13414. !*strings.22345:the above fully qualified host only
  13415.  
  13416. !*strings.22346:Send to path:
  13417.  
  13418. !*strings.22347: (and below)
  13419.  
  13420. !*strings.22348:Secure:
  13421.  
  13422. !*strings.22349:Expires:
  13423.  
  13424. !*strings.22350:at end of session
  13425.  
  13426. !*strings.22351:LDAP Search Results
  13427.  
  13428. !*strings.22352:Javascript Cookie Filter Message:\n
  13429.  
  13430. !*strings.22353:Edit JavaScript Message Filter
  13431.  
  13432. !*strings.22354:New JavaScript Message Filter
  13433.  
  13434. !*strings.22355:<form name=jsfilterdlg_form action=internal-panel-handler method=post> <table width="100%%"> <tr><td colspan=2 bgcolor="#000000">     <font color="#ffffff">JavaScript Message Filter</font> %-cont-%
  13435.  
  13436. !*strings.22356:<tr><td align=right>Filter Name: \n\
  13437.      <td><input name="filter_name" type=text size=30 value="%0%"> %-cont-%
  13438.  
  13439. !*strings.22357:<tr><td align=right>JavaScript Function: \n\
  13440.      <td><input name="filter_script" type=text size=30 value="%1%"> %-cont-%
  13441.  
  13442. !*strings.22358:<tr><td align=right>Description: \n\
  13443.      <td><input name="filter_desc" type=text size=30 value="%2%"> %-cont-%
  13444.  
  13445. !*strings.22359:<tr><td align=right>Filter is \n\
  13446.      <td><input type=radio name=enabled value=on %3%>on<input type=radio name=enabled value=off %4%>off </table></form>
  13447.  
  13448. !*strings.22360:
  13449.  
  13450. !*strings.22361:
  13451.  
  13452. !*strings.22362:
  13453.  
  13454. !*strings.22363:
  13455.  
  13456. !*strings.22364:
  13457.  
  13458. !*strings.22365:Retrieve selected messages
  13459.  
  13460. !*strings.22366:Retrieve flagged messages
  13461.  
  13462. !*strings.22367:Checking IMAP Namespace...
  13463.  
  13464. !*strings.22368:Communicator is unable to replicate the directory because the server's change log information is incomplete.\n\
  13465. The change log information may be invalid or incompatible with Communicator.
  13466.  
  13467. !*strings.22369:Communicator is unable to replicate the directory because the server's replication information is incomplete.\n\
  13468. The server may not support or may not be configured for replication.
  13469.  
  13470. !*strings.22370:Can't replicate at this time.  Netscape may be out of memory or busy.
  13471.  
  13472. !*strings.22371:New Address Book...
  13473.  
  13474. !*strings.22372:New Directory...
  13475.  
  13476. !*strings.22373:Templates
  13477.  
  13478. !*strings.22374:Saving as draft ...
  13479.  
  13480. !*strings.22375:Saving as template ...
  13481.  
  13482. !*strings.22376:Add %s to your Address Book
  13483.  
  13484. !*strings.22377:Enter a name for your new message template.
  13485.  
  13486. !*strings.22378:Note: this Return Receipt only acknowledges that the message was displayed on the recipient's machine. There is no guarantee that the content has been read or understood.
  13487.  
  13488. !*strings.22379:The message has been sent somewhere in some manner (e.g., printed, faxed, forwarded) without being displayed to the person you sent it to. They may or may not see it later.
  13489.  
  13490. !*strings.22380:The message has been processed in some manner (i.e., by some sort of rules or server) without being displayed to the person you sent it to. They may or may not see it later. There may not even be a human user associated the mailbox.
  13491.  
  13492. !*strings.22381:The message has been deleted. The person you sent it to may or may not have seen it. They might "undelete" it at a later time and read it.
  13493.  
  13494. !*strings.22382:The recipient of the message does not wish to send a return receipt back to you.
  13495.  
  13496. !*strings.22383:A failure occurred. A proper return receipt could not be generated or sent to you.
  13497.  
  13498. !*strings.22384:The sender of the message requested a receipt to be returned. \n\
  13499. Do you wish to send one?
  13500.  
  13501. !*strings.22385:Delivering message...
  13502.  
  13503. !*strings.22386:Delivering message... Done
  13504.  
  13505. !*strings.22387:Found folder: %s
  13506.  
  13507. !*strings.22388:Forward Inline
  13508.  
  13509. !*strings.22389:Template
  13510.  
  13511. !*strings.22390:Inbox
  13512.  
  13513. !*strings.22391:The mail server indicates that you may not have any personal mail folders.\n\
  13514. Please verify your subscriptions.
  13515.  
  13516. !*strings.22392:While trying to automatically subscribe, Netscape has found a large number of mail folders.\n\
  13517. Please select which folders you would like subscribed.
  13518.  
  13519. !*strings.22393:Netscape has detected that you have upgraded from a previous version of Communicator.\n\
  13520. You will need to choose which mail folders you want subscribed.
  13521.  
  13522. !*strings.22394:Any folders which are left unsubscribed will not appear in your folder lists,\n\
  13523. but can be subscribed to later by choosing File / Subscribe.
  13524.  
  13525. !*strings.22395:Would you like Netscape to try to automatically subscribe to all your folders?
  13526.  
  13527. !*strings.22396:Please choose which folders you want subscribed in the Subscribe window...
  13528.  
  13529. !*strings.22397:Please wait while Netscape upgrades you to use IMAP mail folder subscriptions...
  13530.  
  13531. !*strings.22398:The upgrade was successful.
  13532.  
  13533. !*strings.22399:You can have multiple mail servers if they are IMAP servers.  You are currently using a POP server.
  13534.  
  13535. !*strings.22400:Are you sure you want to delete this server?
  13536.  
  13537. !*strings.22401:Getting folder ACL...
  13538.  
  13539. !*strings.22402:Click here to remove all expired articles
  13540.  
  13541. !*strings.22403:Return Receipt (displayed)
  13542.  
  13543. !*strings.22404:Return Receipt (dispatched)
  13544.  
  13545. !*strings.22405:Return Receipt (processed)
  13546.  
  13547. !*strings.22406:Return Receipt (deleted)
  13548.  
  13549. !*strings.22407:Return Receipt (denied)
  13550.  
  13551. !*strings.22408:Return Receipt (failed)
  13552.  
  13553. !*strings.22409:Getting Server Configuration Info...
  13554.  
  13555. !*strings.22410:Getting Mailbox Configuration Info...
  13556.  
  13557. !*strings.22411:This body part will be downloaded on demand.
  13558.  
  13559. !*strings.22412:IMAP Error: The message could not be saved due to an error.
  13560.  
  13561. !*strings.22413:IMAP Error: The online folder information could not be retrieved.
  13562.  
  13563. !*strings.22414:Login failed.
  13564.  
  13565. !*strings.22415:Please enter some text to search for and try again.
  13566.  
  13567. !*strings.22416:Unverified Signature
  13568.  
  13569. !*strings.22417:Full Control
  13570.  
  13571. !*strings.22418:Lookup
  13572.  
  13573. !*strings.22419:Read
  13574.  
  13575. !*strings.22420:Set Read/Unread State
  13576.  
  13577. !*strings.22421:Write
  13578.  
  13579. !*strings.22422:Insert (Copy Into)
  13580.  
  13581. !*strings.22423:Post
  13582.  
  13583. !*strings.22424:Create Subfolder
  13584.  
  13585. !*strings.22425:Delete Messages
  13586.  
  13587. !*strings.22426:Administer Folder
  13588.  
  13589. !*strings.22427:Personal Folder
  13590.  
  13591. !*strings.22428:Personal Folder
  13592.  
  13593. !*strings.22429:Public Folder
  13594.  
  13595. !*strings.22430:Other User's Folder
  13596.  
  13597. !*strings.22431:This is a personal mail folder.  It is not shared.
  13598.  
  13599. !*strings.22432:This is a personal mail folder.  It has been shared.
  13600.  
  13601. !*strings.22433:This is a public folder.
  13602.  
  13603. !*strings.22434:This is a mail folder shared by the user '%s'.
  13604.  
  13605. !*strings.22435:Unknown
  13606.  
  13607. !*strings.22436:Password entered doesn't match last password used with server.
  13608.  
  13609. !*strings.22437:You have not entered a password or have exceeded the number of password attempts allowed.
  13610.  
  13611. !*strings.22438:Are you sure you want to remove the mail host %s?
  13612.  
  13613. !*strings.22439:Verify Signature
  13614.  
  13615. !*strings.22440:Toggle Attachment Pane
  13616.  
  13617. !*strings.22441:Download Status
  13618.  
  13619. !*strings.22442:Not downloaded with message
  13620.  
  13621. !*strings.22443:Show all recipients
  13622.  
  13623. !*strings.22444:The Newsgroups header is not valid
  13624.  
  13625. !*strings.22445:To choose which online mail folders are displayed by default in your folder list, select File / Subscribe.\n\
  13626. Folders left unsubscribed can be subscribed later.
  13627.  
  13628. !*strings.22446:Show short recipient list
  13629.  
  13630. !*strings.22447:.* (%ld groups)
  13631.  
  13632. !*strings.22448: (%ld subfolder)
  13633.  
  13634. !*strings.22449: (%ld subfolders)
  13635.  
  13636. !*strings.22452:Waiting for connection to folder %s
  13637.  
  13638. !*strings.22453:Password for IMAP user %.100s on %.100s:
  13639.  
  13640. !*strings.22454:In the future, you can select which messages or folders to read offline. To do \n\
  13641. this, choose Offline from the file menu and then select Synchronize. You can \n\
  13642. adjust the Disk Space preference to prevent the downloading of large messages.
  13643.  
  13644. !*strings.22455:Communicator can only send a message to one news server at a time.
  13645.  
  13646. !*strings.22456:Please wait while Messenger rebuilds summary information \n\
  13647.        about mail folders and newsgroups.
  13648.  
  13649. !*strings.22457:The Followup-To header is not valid
  13650.  
  13651. !*strings.22460:About Related Items
  13652.  
  13653. !*strings.22461:Detailed List...
  13654.  
  13655. !*strings.22462:Retrieving data
  13656.  
  13657. !*strings.22463:Nothing available
  13658.  
  13659. !*strings.22464:Disabled for this site
  13660.  
  13661. !*strings.22465:Replicating Directory
  13662.  
  13663. !*strings.22466:Connecting to directory server...
  13664.  
  13665. !*strings.22467:Replicating directory change entry %d
  13666.  
  13667. !*strings.22468:Replicating directory entry %d
  13668.  
  13669. !*strings.22469:Mail id invalid or not unique, cannot resolve to directory authorization entry.
  13670.  
  13671. !*strings.22470:SmartUpdate\n\
  13672. Configure software installation
  13673.  
  13674. !*strings.22471:Uninstall 
  13675.  
  13676. !*strings.22472:Are you sure you want to uninstall %s?
  13677.  
  13678. !*strings.22473:Error in uninstall
  13679.  
  13680. !*strings.22474:SmartUpdate: Downloading Install
  13681.  
  13682. !*strings.22475:Location: %s
  13683.  
  13684. !*strings.22476:Communicator is unable to update your %s replica.\n\
  13685. The data is either too old or is corrupt.  Do you want to recreate the replica?
  13686.  
  13687. !*strings.22477:Updating Netscape Client Registry
  13688.  
  13689. !*strings.22478:Communicator is updating your Netscape registry.
  13690.  
  13691. !*strings.22479:%d bytes of %d bytes
  13692.  
  13693. !*strings.22480:SmartUpdate: %s
  13694.  
  13695. !*strings.22481:Unpacking files for installation
  13696.  
  13697. !*strings.22482:Installing...
  13698.  
  13699. !*strings.22483:This is a Return Receipt for the mail that you sent to %s.
  13700.  
  13701. !*strings.22484:Please enter your password for access to %s
  13702.  
  13703. !*strings.22485:SmartUpdate failed: There is not enough disk space to complete this operation.
  13704.  
  13705. !*strings.22486:If this directory supports replication, click the Update Now button to start the process now.  Or, select the directory for downloading when you synchronize for working offline.
  13706.  
  13707. !*strings.22487:Group
  13708.  
  13709. !*strings.22488:Unread Folder
  13710.  
  13711. !*strings.22489:Unread Group
  13712.  
  13713. !*strings.22490:SmartUpdate warning:\n\
  13714. \n\
  13715. You are running low on disk space.  This install may not complete successfully.  Do you want to continue?
  13716.  
  13717. !*strings.22491:Retrieving %1$ld of %2$ld messages\n\
  13718.   in folder %3$s
  13719.  
  13720. !*strings.22492:There was a problem receiving your Javascript configuration file.\n\
  13721. As a result, you will not be able to connect to the network.\n\
  13722. \n\
  13723. See your local system administrator for help.
  13724.  
  13725. !*strings.22493:The Javascript configuration file has errors:\n\
  13726. \n\
  13727.         %s\n\
  13728. \n\
  13729. Use the configuration from the previous session instead?
  13730.  
  13731. !*strings.22494:The backup Javascript configuration file was absent or had errors.\n\
  13732. \n\
  13733. We will default to the standard configuration.
  13734.  
  13735. !*strings.22495:http://home.netscape.com/bookmark/4_78/tshop.html
  13736.  
  13737. !*strings.22496:http://home.netscape.com/bookmark/4_78/tradio.html
  13738.  
  13739. !*strings.22497:Personal Toolbar Folder
  13740.  
  13741. !*strings.22498:Type a Web Address or Keyword and press Enter
  13742.  
  13743. !*strings.22501:Keep Server File
  13744.  
  13745. !*strings.22502:Keep Local File
  13746.  
  13747. !*strings.22503:Delete Server File
  13748.  
  13749. !*strings.22504:Delete Local File
  13750.  
  13751. !*strings.22505:Download conflict
  13752.  
  13753. !*strings.22506:Upload conflict
  13754.  
  13755. !*strings.22507:Local and server copies of %s are in conflict.\n\
  13756. \n\
  13757. \n\
  13758.       Local file last modified : %s\n\
  13759. \n\
  13760.       Server file last modified : %s
  13761.  
  13762. !*strings.22508:%s has been deleted locally.
  13763.  
  13764. !*strings.22509:%s has been deleted on the server.
  13765.  
  13766. !*strings.22510:File Deleted
  13767.  
  13768. !*strings.22511:Your new Roaming Access preference\n\
  13769. will take effect the next time\n\
  13770. you restart Communicator.
  13771.  
  13772. !*strings.22512:An authorization error occurred,\n\
  13773. please try retyping your username and password.
  13774.  
  13775. !*strings.22513:The Roaming Access server name specified does not exist,\n\
  13776. please check the spelling and try again.
  13777.  
  13778. !*strings.22514:An unexpected network error occurred.\n\
  13779. Cannot connect to the Roaming Access server.
  13780.  
  13781. !*strings.22518:Roaming Access
  13782.  
  13783. !*strings.22519:User Preferences
  13784.  
  13785. !*strings.22520:Mail Filters
  13786.  
  13787. !*strings.22521:History
  13788.  
  13789. !*strings.22522:Bookmarks File
  13790.  
  13791. !*strings.22523:Cookies File
  13792.  
  13793. !*strings.22524:Certificates and Private Keys (Certificate Database)
  13794.  
  13795. !*strings.22525:Certificates and Private Keys (Personal Key Database)
  13796.  
  13797. !*strings.22526:Certificates and Private Keys (Security Module)
  13798.  
  13799. !*strings.22527:Java Security (Signed Applet DB)
  13800.  
  13801. !*strings.22528:Java Security (Signed Applet DB 0)
  13802.  
  13803. !*strings.22529:Address Book
  13804.  
  13805. !*strings.22530:Synchronizing item %d of %d.
  13806.  
  13807. !*strings.22531:To be able to synchronize your roaming access\n\
  13808. profile information, remember to go back online\n\
  13809. before exiting Communicator
  13810.  
  13811. !*strings.22532:To be able to synchronize your roaming access\n\
  13812. profile information, remember to go back online\n\
  13813. before quitting Communicator
  13814.  
  13815. !*strings.22533:An authorization error occurred,\n\
  13816. please try retyping your password.
  13817.  
  13818. !*strings.22534:Contacting host...
  13819.  
  13820. !*strings.22535:Download from server in progress
  13821.  
  13822. !*strings.22536:Verifying login
  13823.  
  13824. !*strings.22537:You must specify a username to successfully\n\
  13825. log in to the Roaming Access server.\n\
  13826. Open the Roaming Access preferences pane to enable\n\
  13827. Roaming Access and enter your User Name.
  13828.  
  13829. !*strings.22538:You must specify a valid URL to successfully\n\
  13830. log in to the Roaming Access server.\n\
  13831. Open the Roaming Access - Server Information preferences\n\
  13832. pane to enable Roaming Access and enter the server's URL.
  13833.  
  13834. !*strings.22539:You must specify a username to successfully\n\
  13835. log in to the Roaming Access server.\n\
  13836. Files will not be transferred to the server this session.\n\
  13837. Open the Roaming Access preferences pane to enter your User Name.
  13838.  
  13839. !*strings.22540:You must specify a valid server URL to successfully\n\
  13840. log in to the Roaming Access server.
  13841.  
  13842. !*strings.22541:Upload to server in progress.
  13843.  
  13844. !*strings.22542:Uploading all items
  13845.  
  13846. !*strings.22543:Uploading folder
  13847.  
  13848. !*strings.22544:Removing remote file
  13849.  
  13850. !*strings.22545:Downloading folder
  13851.  
  13852. !*strings.22546:Removing local file
  13853.  
  13854. !*strings.22547:You must specify a username to successfully\n\
  13855. log in to the Roaming Access server.\n
  13856.  
  13857. !*strings.22551:Error
  13858.  
  13859. !*strings.22552:Published Event
  13860.  
  13861. !*strings.22553:Published Free/Busy
  13862.  
  13863. !*strings.22554:Reply Free/Busy
  13864.  
  13865. !*strings.22555:Event Request
  13866.  
  13867. !*strings.22556:Free/Busy Time Request
  13868.  
  13869. !*strings.22557:Event Reply
  13870.  
  13871. !*strings.22558:Event Cancellation
  13872.  
  13873. !*strings.22559:Event Refresh Request
  13874.  
  13875. !*strings.22560:Event Counter Proposal
  13876.  
  13877. !*strings.22561:Decline Counter Proposal
  13878.  
  13879. !*strings.22562:What:
  13880.  
  13881. !*strings.22563:When:
  13882.  
  13883. !*strings.22564:Location:
  13884.  
  13885. !*strings.22565:Organizer:
  13886.  
  13887. !*strings.22566:Status:
  13888.  
  13889. !*strings.22567:Priority:
  13890.  
  13891. !*strings.22568:Categories:
  13892.  
  13893. !*strings.22569:Resources:
  13894.  
  13895. !*strings.22570:Attachments:
  13896.  
  13897. !*strings.22571:Alarms:
  13898.  
  13899. !*strings.22572:Created:
  13900.  
  13901. !*strings.22573:Last Modified:
  13902.  
  13903. !*strings.22574:Sent:
  13904.  
  13905. !*strings.22575:UID
  13906.  
  13907. !*strings.22577:Legend:
  13908.  
  13909. !*strings.22578:free
  13910.  
  13911. !*strings.22579:busy
  13912.  
  13913. !*strings.22580:unknown
  13914.  
  13915. !*strings.22581:undefined
  13916.  
  13917. !*strings.22582: AM
  13918.  
  13919. !*strings.22583: PM
  13920.  
  13921. !*strings.22584:More Details...
  13922.  
  13923. !*strings.22585:Add To Schedule
  13924.  
  13925. !*strings.22586:Close
  13926.  
  13927. !*strings.22587:Accept
  13928.  
  13929. !*strings.22588:Accept All
  13930.  
  13931. !*strings.22589:Update Schedule
  13932.  
  13933. !*strings.22590:Decline
  13934.  
  13935. !*strings.22591:Tentative
  13936.  
  13937. !*strings.22592:Send Free/Busy Time Infomation
  13938.  
  13939. !*strings.22593:Send Refresh
  13940.  
  13941. !*strings.22594:Delegate to
  13942.  
  13943. !*strings.22595:This event is already in your schedule\n
  13944.  
  13945. !*strings.22596:This event is not yet in your schedule\n
  13946.  
  13947. !*strings.22597:Conflicts:
  13948.  
  13949. !*strings.22598:Note:
  13950.  
  13951. !*strings.22599:<FONT COLOR=#FF0000>Error:</FONT>
  13952.  
  13953. !*strings.22600: to 
  13954.  
  13955. !*strings.22601: ( Day Event) 
  13956.  
  13957. !*strings.22602: Begins on 
  13958.  
  13959. !*strings.22603:Was
  13960.  
  13961. !*strings.22614:Published Calendar Events
  13962.  
  13963. !*strings.22615:Published Calendar Free/Busy
  13964.  
  13965. !*strings.22616:This messages contains %d events.
  13966.  
  13967. !*strings.22617:When
  13968.  
  13969. !*strings.22618:What
  13970.  
  13971. !*strings.22619:: 
  13972.  
  13973. !*strings.22620:There are also %d other errors
  13974.  
  13975. !*strings.22621:Display limited to the first %d events.
  13976.  
  13977. !*strings.22622:Unknown
  13978.  
  13979. !*strings.22623:DTEnd before DTStart.  Setting DTEnd equal to DTStart
  13980.  
  13981. !*strings.22624:Prompt value must be ON or OFF
  13982.  
  13983. !*strings.22625:Cannot parse time/date string
  13984.  
  13985. !*strings.22626:Recurrence rules are too complicated.  Only the first instance was scheduled
  13986.  
  13987. !*strings.22627:Invalid property value
  13988.  
  13989. !*strings.22628:Invalid property name
  13990.  
  13991. !*strings.22629:Invalid parameter name
  13992.  
  13993. !*strings.22700:The required configuration file %s could not be found.  Please reinstall the software or contact your administrator.
  13994.  
  13995. !*strings.22701:The required configuration file %s is invalid.  Please reinstall the software or contact your administrator.
  13996.  
  13997. !*strings.22702:An error occurred while reading the preference file %s.  Default preferences will be used.
  13998.  
  13999. !*strings.22703:Communicator could not retrieve preferences from the directory server %s because an authentication error occurred.  Try retyping your password or contact your system administrator for more information.
  14000.  
  14001. !*strings.22704:Communicator could not connect to the directory server %s to retrieve preference information.  The server may be down or busy.  Some preferences were retrieved using previously cached information.\n\
  14002. \n\
  14003. If this error persists, contact your system administrator.
  14004.  
  14005. !*strings.22705:Communicator could not retrieve preferences from the directory server %s because the preference map could not be found.  Some preferences were retrieved using previously cached information.\n\
  14006. \n\
  14007. If this error persists, contact your system administrator.
  14008.  
  14009. !*strings.22706:Communicator could not retrieve preferences from the directory server %s because your directory entry could not be found.  Some preferences were retrieved using previously cached information.\n\
  14010. \n\
  14011. If this error persists, contact your system administrator.
  14012.  
  14013. !*strings.22707:Your new passwords did not match.  Please retype your new password in both fields.  If you do not want to password protect your profile, leave both fields blank.
  14014.  
  14015. !*strings.22709:Communicator could not complete your request because the profile manager encountered an unexpected error.
  14016.  
  14017. !*strings.22710:The profile '%s' requires a password.  Enter your password to login into your Roaming Access Profile and retrieve your profile information.
  14018.  
  14019. !*strings.22711:Please enter your password to retrieve preferences from the directory server %s.
  14020.  
  14021. !*strings.22712:The profile '%s' requires a password. In order to continue, please enter your local profile password.
  14022.  
  14023. !*strings.22713:Another profile already exists with that name.  Please choose a different profile name.
  14024.  
  14025. !*strings.22714:You must enter a new profile password to continue.
  14026.  
  14027. !*strings.22715:Guest
  14028.  
  14029. !*strings.8000:End of List
  14030.  
  14031. !*strings.8001:Entire List
  14032.  
  14033. !*strings.8003:Save As... (type %.90s, encoding %.90s)
  14034.  
  14035. !*strings.8004:Save As... (type %.90s)
  14036.  
  14037. !*strings.8005:Save As... (encoding %.90s)
  14038.  
  14039. !*strings.8006:Save As...
  14040.  
  14041. !*strings.8007:Error opening %.900s:
  14042.  
  14043. !*strings.8008:Error deleting %.900s:
  14044.  
  14045. !*strings.8009:When connected, log in as user `%.900s'
  14046.  
  14047. !*strings.8010:Out Of Memory -- Can't Open URL
  14048.  
  14049. !*strings.8011:couldn't load:\n\
  14050. %s
  14051.  
  14052. !*strings.8012:%s\n\
  14053. No other resources were reasonable!\n\
  14054. Using fallback font "%s" instead.
  14055.  
  14056. !*strings.8013:%s\n\
  14057. No other resources were reasonable!\n\
  14058. The fallback font "%s" could not be loaded!\n\
  14059. Giving up.
  14060.  
  14061. !*strings.8014:Bookmarks file has changed on disk: discard your changes?
  14062.  
  14063. !*strings.8015:Bookmarks file has changed on disk: reload it?
  14064.  
  14065. !*strings.8016:New Item
  14066.  
  14067. !*strings.8017:New Header
  14068.  
  14069. !*strings.8018:Remove category "%.900s" and its %d entry?
  14070.  
  14071. !*strings.8019:Remove category "%.900s" and its %d entries?
  14072.  
  14073. !*strings.8020:Export Bookmark
  14074.  
  14075. !*strings.8021:Import Bookmark
  14076.  
  14077. !*strings.8022:This version supports %s security with %s.
  14078.  
  14079. !*strings.8023:Security disabled
  14080.  
  14081. !*strings.8024:file:/usr/local/lib/netscape/docs/Welcome.html
  14082.  
  14083. !*strings.8025:Document: Done.
  14084.  
  14085. !*strings.8026:Open File
  14086.  
  14087. !*strings.8027:Error opening pipe to %.900s
  14088.  
  14089. !*strings.8028:Warning:\n\
  14090. \n
  14091.  
  14092. !*strings.8029:%s "%.255s" does not exist.\n
  14093.  
  14094. !*strings.8030:%s "%.255s" is unknown.\n
  14095.  
  14096. !*strings.8031:No port number specified for %s.\n
  14097.  
  14098. !*strings.8032:Mail host
  14099.  
  14100. !*strings.8033:News host
  14101.  
  14102. !*strings.8034:News RC directory
  14103.  
  14104. !*strings.8035:Temporary directory
  14105.  
  14106. !*strings.8036:FTP proxy host
  14107.  
  14108. !*strings.8037:Gopher proxy host
  14109.  
  14110. !*strings.8038:HTTP proxy host
  14111.  
  14112. !*strings.8039:HTTPS proxy host
  14113.  
  14114. !*strings.8040:WAIS proxy host
  14115.  
  14116. !*strings.8041:SOCKS host
  14117.  
  14118. !*strings.8042:Global MIME types file
  14119.  
  14120. !*strings.8043:Private MIME types file
  14121.  
  14122. !*strings.8044:Global mailcap file
  14123.  
  14124. !*strings.8045:Private mailcap file
  14125.  
  14126. !*strings.8046:Cannot delete toplevel bookmark
  14127.  
  14128. !*strings.8047:Cannot cut toplevel bookmark
  14129.  
  14130. !*strings.8048:This is an alias to the following Bookmark:
  14131.  
  14132. !*strings.8049:File Open...
  14133.  
  14134. !*strings.8050:Printing of frames is currently not supported.
  14135.  
  14136. !*strings.8051:error saving options
  14137.  
  14138. !*strings.8052:unknown %s escape code %%%c:\n\
  14139. %%h = host, %%p = port, %%u = user
  14140.  
  14141. !*strings.8053:couldn't fork():
  14142.  
  14143. !*strings.8054:%s: execvp(%s) failed
  14144.  
  14145. !*strings.8055:Save Frame as...
  14146.  
  14147. !*strings.8057:Print Frame...
  14148.  
  14149. !*strings.8058:Print...
  14150.  
  14151. !*strings.8059:Download File: %s
  14152.  
  14153. !*strings.8060:Compose: (No Subject)
  14154.  
  14155. !*strings.8061:Compose: %s
  14156.  
  14157. !*strings.8062:Netscape: <untitled>
  14158.  
  14159. !*strings.8063:Netscape: %s
  14160.  
  14161. !*strings.8064:(no subject)
  14162.  
  14163. !*strings.8065:unknown error code %d
  14164.  
  14165. !*strings.8066:Invalid File attachment.\n\
  14166. %s: doesn't exist.\n
  14167.  
  14168. !*strings.8067:Invalid File attachment.\n\
  14169. %s: not readable.\n
  14170.  
  14171. !*strings.8068:Invalid File attachment.\n\
  14172. %s: is a directory.\n
  14173.  
  14174. !*strings.8069:couldn't fork() for movemail
  14175.  
  14176. !*strings.8070:problems executing %s:
  14177.  
  14178. !*strings.8071:%s terminated abnormally:
  14179.  
  14180. !*strings.8072:Unable to open %.900s
  14181.  
  14182. !*strings.8073:Please enter your news host in one\n\
  14183. of the following formats:\n\
  14184. \n\
  14185.     news://HOST,\n\
  14186.     news://HOST:PORT,\n\
  14187.     snews://HOST, or\n\
  14188.     snews://HOST:PORT\n\
  14189. \n
  14190.  
  14191. !*strings.8074:For the internal movemail method to work, we must be able to create\n\
  14192. lock files in the mail spool directory.  On many systems, this is best\n\
  14193. accomplished by making that directory be mode 01777.  If that is not\n\
  14194. possible, then an external setgid/setuid movemail program must be used.\n\
  14195. Please see the Release Notes for more information.
  14196.  
  14197. !*strings.8075:Can't move mail from %.200s
  14198.  
  14199. !*strings.8076:Can't get new mail; a lock file %.200s exists.
  14200.  
  14201. !*strings.8077:Can't get new mail; unable to create lock file %.200s
  14202.  
  14203. !*strings.8078:Can't get new mail; a system error occurred.
  14204.  
  14205. !*strings.8079:Can't move mail; unable to open %.200s
  14206.  
  14207. !*strings.8080:Can't move mail; unable to read %.200s
  14208.  
  14209. !*strings.8081:Can't move mail; unable to write to %.200s
  14210.  
  14211. !*strings.8082:There were problems moving mail
  14212.  
  14213. !*strings.8083:There were problems moving mail: exit status %d
  14214.  
  14215. !*strings.8134:There were problems cleaning up %s
  14216.  
  14217. !*strings.8085:%s\n\
  14218. usage: %s [ options ... ]\n\
  14219.        where options include:\n\
  14220. \n\
  14221.        -help                     to show this message.\n\
  14222.        -version                  to show the version number and build date.\n\
  14223.        -display <dpy>            to specify the X server to use.\n\
  14224.        -geometry =WxH+X+Y        to position and size the window.\n\
  14225.        -visual <id-or-number>    to use a specific server visual.\n\
  14226.        -install                  to install a private colormap.\n\
  14227.        -no-install               to use the default colormap.\n
  14228.  
  14229. !*strings.8154:       -share                    when -install, cause each window to use the\n\
  14230.                                  same colormap instead of each window using\n\
  14231.                                  a new one.\n\
  14232.        -no-share                 cause each window to use the same colormap.\n
  14233.  
  14234. !*strings.8086:       -ncols <N>                when not using -install, set the maximum\n\
  14235.                                  number of colors to allocate for images.\n\
  14236.        -mono                     to force 1-bit-deep image display.\n\
  14237.        -iconic                   to start up iconified.\n\
  14238.        -xrm <resource-spec>      to set a specific X resource.\n\
  14239. \n\
  14240.        -remote <remote-command>  to execute a command in an already-running\n\
  14241.                                  Netscape process.  For more info, see\n\
  14242.               http://home.netscape.com/newsref/std/x-remote.html\n\
  14243.        -id <window-id>           the id of an X window to which the -remote\n\
  14244.                                  commands should be sent; if unspecified,\n\
  14245.                                  the first window found will be used.\n\
  14246.        -raise                    whether following -remote commands should\n\
  14247.                                  cause the window to raise itself to the top\n\
  14248.                                  (this is the default.)\n\
  14249.        -noraise                  the opposite of -raise: following -remote\n\
  14250.                                  commands will not auto-raise the window.\n\
  14251. \n\
  14252.        -nethelp                  Show nethelp.  Requires nethelp: URL.\n\
  14253. \n\
  14254.        -dont-force-window-stacking  Ignore the alwaysraised, alwayslowered \n\
  14255.                                     and z-lock JavaScript window.open() \n\
  14256.                                     attributes.\n\
  14257. \n\
  14258.        -no-about-splash          Bypass the startup license page.\n\
  14259. \n\
  14260.        -no-session-management\n\
  14261.        -session-management       Netscape supports session management\n\
  14262.                                  by default.  Use these flags to force\n\
  14263.                                  it on/off.\n\
  14264. \n\
  14265.        -no-irix-session-management\n\
  14266.        -irix-session-management  Different platforms deal with session\n\
  14267.                                  management in fundamentally different\n\
  14268.                                  ways.  Use these flags if you experience\n\
  14269.                                  session management problems.\n\
  14270. \n\
  14271.                                  IRIX session management is on by default\n\
  14272.                                  only on SGI systems.  It is also available\n\
  14273.                                  on other platforms and might work with\n\
  14274.                                  session managers other than the IRIX\n\
  14275.                                  desktop.\n\
  14276. \n\
  14277.        -dont-save-geometry-prefs Don't save window geometry for session.\n\
  14278. \n\
  14279.        -ignore-geometry-prefs    Ignore saved window geometry for session.\n\
  14280. \n
  14281.  
  14282. !*strings.8087:%s: program is version %s, but resources are version %s.\n\
  14283. \n\
  14284.     This means that there is an inappropriate `%s' file in\n\
  14285.     he system-wide app-defaults directory, or possibly in your\n\
  14286.     home directory.  Check these environment variables and the\n\
  14287.     directories to which they point:\n\
  14288. \n\
  14289.   $XAPPLRESDIR\n\
  14290.   $XFILESEARCHPATH\n\
  14291.   $XUSERFILESEARCHPATH\n\
  14292. \n\
  14293.     Also check for this file in your home directory, or in the\n\
  14294.     directory called `app-defaults' somewhere under /usr/lib/.
  14295.  
  14296. !*strings.8088:%s: couldn't find our resources?\n\
  14297. \n\
  14298.     This could mean that there is an inappropriate `%s' file\n\
  14299.     installed in the app-defaults directory.  Check these environment\n\
  14300.     variables and the directories to which they point:\n\
  14301. \n\
  14302.   $XAPPLRESDIR\n\
  14303.   $XFILESEARCHPATH\n\
  14304.   $XUSERFILESEARCHPATH\n\
  14305. \n\
  14306.     Also check for this file in your home directory, or in the\n\
  14307.     directory called `app-defaults' somewhere under /usr/lib/.
  14308.  
  14309. !*strings.8089:%s: invalid geometry specification.\n\
  14310. \n\
  14311.  Apparently "%s*geometry: %s" or "%s*geometry: %s"\n\
  14312.  was specified in the resource database.  Specifying "*geometry"\n\
  14313.  will make %s (and most other X programs) malfunction in obscure\n\
  14314.  ways.  You should always use ".geometry" instead.\n
  14315.  
  14316. !*strings.8090:%s: unrecognized option "%s"\n
  14317.  
  14318. !*strings.8091:%s has detected a %s\n\
  14319. file.\n
  14320.  
  14321. !*strings.8092:\n\
  14322. This may indicate that another user is running\n\
  14323. %s using your %s files.\n
  14324.  
  14325. !*strings.8093:It appears to be running on host %s\n\
  14326. under process-ID %u.\n
  14327.  
  14328. !*strings.8094:\n\
  14329. You may continue to use %s, but you will\n\
  14330. be unable to use the disk cache, global history,\n\
  14331. or your personal certificates.\n
  14332.  
  14333. !*strings.8095:\n\
  14334. Otherwise, you may choose Cancel, make sure that\n\
  14335. you are not running another %s Navigator,\n\
  14336. delete the %s file, and\n\
  14337. restart %s.
  14338.  
  14339. !*strings.8096:%s: %s existed, but was not a directory.\n\
  14340. The old file has been renamed to %s\n\
  14341. and a directory has been created in its place.\n\
  14342. \n
  14343.  
  14344. !*strings.8097:%s: %s exists but is not a directory,\n\
  14345. and we were unable to rename it!\n\
  14346. Please remove this file: it is in the way.\n\
  14347. \n
  14348.  
  14349. !*strings.8098:%s: unable to create the directory `%s'.\n\
  14350. %s\n\
  14351. Please create this directory.\n\
  14352. \n
  14353.  
  14354. !*strings.8099:unknown error
  14355.  
  14356. !*strings.8100:error creating %s
  14357.  
  14358. !*strings.8101:error writing %s
  14359.  
  14360. !*strings.8102:This version of %s uses different names for its config files\n\
  14361. than previous versions did.  Those config files which still use\n\
  14362. the same file formats have been copied to their new names, and\n\
  14363. those which don't will be recreated as necessary.\n\
  14364. %s\n\
  14365. \n\
  14366. Would you like us to delete the old files now?
  14367.  
  14368. !*strings.8103:\n\
  14369. The old files still exist, including a disk cache directory\n\
  14370. (which might be large.)
  14371.  
  14372. !*strings.8104:The old files still exist.
  14373.  
  14374. !*strings.8105:General
  14375.  
  14376. !*strings.8106:Passwords
  14377.  
  14378. !*strings.8107:Personal Certificates
  14379.  
  14380. !*strings.8108:Site Certificates
  14381.  
  14382. !*strings.8109:Checked %s (%d left)\n\
  14383. %d%% completed)\n\
  14384. \n\
  14385. Estimated time remaining: %s\n\
  14386. (Remaining time depends on the sites selected and\n\
  14387. the network traffic.)
  14388.  
  14389. !*strings.8110:Checking ... (%d left)\n\
  14390. %d%% completed)\n\
  14391. \n\
  14392. Estimated time remaining: %s\n\
  14393. (Remaining time depends on the sites selected and\n\
  14394. the network traffic.)
  14395.  
  14396. !*strings.8111:Re: 
  14397.  
  14398. !*strings.8112:Done checking %d bookmarks.\n\
  14399. %d documents were reached.\n\
  14400. %d documents have changed and are marked as new.
  14401.  
  14402. !*strings.8115:"%s" exited with status %d
  14403.  
  14404. !*strings.8116:%s: The Motif keysyms seem not to be defined.\n\
  14405. \n\
  14406.  This is usually because the proper XKeysymDB file was not found.\n\
  14407.  You can set the $XKEYSYMDB environment variable to the location\n\
  14408.  of a file which contains the right keysyms.\n\
  14409. \n\
  14410.  Without the right XKeysymDB, many warnings will be generated,\n\
  14411.  and most keyboard accelerators will not work.\n\
  14412. \n\
  14413.  (An appropriate XKeysymDB file was included with the %s\n\
  14414.  distribution.)\n\
  14415. \n
  14416.  
  14417. !*strings.8117:%s: Some of the Motif keysyms seem not to be defined.\n\
  14418. \n\
  14419.  This is usually because the proper XKeysymDB file was not found.\n\
  14420.  You can set the $XKEYSYMDB environment variable to the location\n\
  14421.  of a file which contains the right keysyms.\n\
  14422. \n\
  14423.  Without the right XKeysymDB, many warnings will be generated,\n\
  14424.  and some keyboard accelerators will not work.\n\
  14425. \n\
  14426.  (An appropriate XKeysymDB file was included with the %s\n\
  14427.  distribution.)\n\
  14428. \n
  14429.  
  14430. !*strings.8118:Visual 0x%02x is a%s %d bit %s visual.\n\
  14431. This is not a supported visual; images %s.\n\
  14432. \n\
  14433. Currently supported visuals are:\n\
  14434. \n\
  14435.        StaticGray, all depths\n\
  14436.         GrayScale, all depths\n\
  14437.         TrueColor, depth 8 or greater\n\
  14438.         DirectColor, depth 8 or greater\n\
  14439.         StaticColor, depth 8 or greater\n\
  14440.         PseudoColor, depth 8 only\n\
  14441. \n\
  14442. If you have any of the above visuals (see `xdpyinfo'),\n\
  14443. it is recommended that you start %s with\n\
  14444. the `-visual' command-line option to specify one.\n\
  14445. \n\
  14446. More visuals may be directly supported in the future;\n\
  14447. your feedback is welcome.
  14448.  
  14449. !*strings.8119:Visual 0x%02x is a%s %d bit %s visual.\n\
  14450. This is not a supported visual; images %s.\n\
  14451. \n\
  14452. Currently supported visuals are:\n\
  14453. \n\
  14454.        StaticGray, all depths\n\
  14455.        GrayScale, all depths\n\
  14456.        TrueColor, depth 8 or greater\n\
  14457.         StaticColor, depth 8 or greater\n\
  14458.         PseudoColor, depth 8 only\n\
  14459. \n\
  14460. If you have any of the above visuals (see `xdpyinfo'),\n\
  14461. it is recommended that you start %s with\n\
  14462. the `-visual' command-line option to specify one.\n\
  14463. \n\
  14464. More visuals may be directly supported in the future;\n\
  14465. your feedback is welcome.
  14466.  
  14467. !*strings.8120:Visual 0x%02x is a%s %d bit %s visual.\n\
  14468. This is not a supported visual; images %s.\n\
  14469. \n\
  14470. Currently supported visuals are:\n\
  14471. \n\
  14472.        StaticGray, all depths\n\
  14473.         TrueColor, depth 8 or greater\n\
  14474.         DirectColor, depth 8 or greater\n\
  14475.         StaticColor, depth 8 or greater\n\
  14476.         PseudoColor, depth 8 only\n\
  14477. \n\
  14478. If you have any of the above visuals (see `xdpyinfo'),\n\
  14479. it is recommended that you start %s with\n\
  14480. the `-visual' command-line option to specify one.\n\
  14481. \n\
  14482. More visuals may be directly supported in the future;\n\
  14483. your feedback is welcome.
  14484.  
  14485. !*strings.8121:Visual 0x%02x is a%s %d bit %s visual.\n\
  14486. This is not a supported visual; images %s.\n\
  14487. \n\
  14488. Currently supported visuals are:\n\
  14489. \n\
  14490.        StaticGray, all depths\n\
  14491.         TrueColor, depth 8 or greater\n\
  14492.         StaticColor, depth 8 or greater\n\
  14493.         PseudoColor, depth 8 only\n\
  14494. \n\
  14495. If you have any of the above visuals (see `xdpyinfo'),\n\
  14496. it is recommended that you start %s with\n\
  14497. the `-visual' command-line option to specify one.\n\
  14498. \n\
  14499. More visuals may be directly supported in the future;\n\
  14500. your feedback is welcome.
  14501.  
  14502. !*strings.8122:will be\n\
  14503. displayed in monochrome
  14504.  
  14505. !*strings.8123:will look bad
  14506.  
  14507. !*strings.8124:Appearance
  14508.  
  14509. !*strings.8125:Bookmarks
  14510.  
  14511. !*strings.8126:Colors
  14512.  
  14513. !*strings.8127:Fonts
  14514.  
  14515. !*strings.8128:Applications
  14516.  
  14517. !*strings.8155:Helpers
  14518.  
  14519. !*strings.8129:Images
  14520.  
  14521. !*strings.8130:Languages
  14522.  
  14523. !*strings.8131:Cache
  14524.  
  14525. !*strings.8132:Connections
  14526.  
  14527. !*strings.8133:Proxies
  14528.  
  14529. !*strings.8135:Compose
  14530.  
  14531. !*strings.8136:Servers
  14532.  
  14533. !*strings.8137:Identity
  14534.  
  14535. !*strings.8138:Organization
  14536.  
  14537. !*strings.8139:Mail Frame
  14538.  
  14539. !*strings.8140:Mail Document
  14540.  
  14541. !*strings.8141:Netscape Mail & Newsgroups
  14542.  
  14543. !*strings.8142:Netscape Newsgroups
  14544.  
  14545. !*strings.8143:Address Book
  14546.  
  14547. !*strings.8144:X resources not installed correctly!
  14548.  
  14549. !*strings.8145:<< Empty >>
  14550.  
  14551. !*strings.8146:error saving password
  14552.  
  14553. !*strings.8147:Unimplemented.
  14554.  
  14555. !*strings.8148:%s: ~user/ syntax is not allowed in preferences file, only ~/\n
  14556.  
  14557. !*strings.8149:%s: unrecognized visual "%s".\n
  14558.  
  14559. !*strings.8150:%s: no visual with id 0x%x.\n
  14560.  
  14561. !*strings.8151:%s: no visual of class %s.\n
  14562.  
  14563. !*strings.8152:\n\
  14564. \n\
  14565. << stderr diagnostics have been truncated >>
  14566.  
  14567. !*strings.8153:error creating pipe:
  14568.  
  14569. !*strings.8156:Outbox folder contains an unsent\n\
  14570. message. Send it now?\n
  14571.  
  14572. !*strings.8157:Outbox folder contains %d unsent\n\
  14573. messages. Send them now?\n
  14574.  
  14575. !*strings.8158:The ``Leave on Server'' option only works when\n\
  14576. using a POP3 server, not when using a local\n\
  14577. mail spool directory.  To retrieve your mail,\n\
  14578. first turn off that option in the Servers pane\n\
  14579. of the Mail and News Preferences.
  14580.  
  14581. !*strings.8159:Back
  14582.  
  14583. !*strings.8160:Back in Frame
  14584.  
  14585. !*strings.8161:Forward
  14586.  
  14587. !*strings.8162:Forward in Frame
  14588.  
  14589. !*strings.8163:Please set the $MAIL environment variable to the\n\
  14590. location of your mail-spool file.
  14591.  
  14592. !*strings.8164:No new messages.
  14593.  
  14594. !*strings.8165:User-Defined
  14595.  
  14596. !*strings.8166:Other
  14597.  
  14598. !*strings.8167:couldn't fork() for external message delivery
  14599.  
  14600. !*strings.8168:Cannot read file %s.
  14601.  
  14602. !*strings.8169:%s does not exist.
  14603.  
  14604. !*strings.8170:%s is a directory.
  14605.  
  14606. !*strings.8171:Lock file not found.
  14607.  
  14608. !*strings.8172:Can't open Netscape.lock file.
  14609.  
  14610. !*strings.8173:Netscape.lock file has been modified.
  14611.  
  14612. !*strings.8174:Could not determine lock file size.
  14613.  
  14614. !*strings.8175:Could not read Netscape.lock data.
  14615.  
  14616. !*strings.8176:Couldn't open animation file.
  14617.  
  14618. !*strings.8177:Animation file modified.\n\
  14619. Using default animation.
  14620.  
  14621. !*strings.8178:Couldn't read animation file size.\n\
  14622. Using default animation.
  14623.  
  14624. !*strings.8179:Couldn't read number of animation colors.\n\
  14625. Using default animation.
  14626.  
  14627. !*strings.8180:Couldn't read animation colors.\n\
  14628. Using default animation.
  14629.  
  14630. !*strings.8181:Couldn't read animation frames.\n\
  14631. Using default animation.
  14632.  
  14633. !*strings.8182:Ignoring extra bytes at end of animation file.
  14634.  
  14635. !*strings.8183:Look for documents that have changed for:
  14636.  
  14637. !*strings.8184:Character
  14638.  
  14639. !*strings.8185:Link
  14640.  
  14641. !*strings.8186:Paragraph
  14642.  
  14643. !*strings.8187:Image
  14644.  
  14645. !*strings.8188:Refresh Frame
  14646.  
  14647. !*strings.8189:Refresh
  14648.  
  14649. !*strings.8190:Netscape Mail & Newsgroups: %.900s
  14650.  
  14651. !*strings.8191:Netscape Newsgroups: %.900s
  14652.  
  14653. !*strings.8192:Netscape: %.900s
  14654.  
  14655. !*strings.8193:Protocols
  14656.  
  14657. !*strings.8194:Languages
  14658.  
  14659. !*strings.8195:Change Password
  14660.  
  14661. !*strings.8196:Set Password...
  14662.  
  14663. !*strings.8197:No Plugins
  14664.  
  14665. !*strings.8198:Continue Movemail
  14666.  
  14667. !*strings.8199:Cancel Movemail
  14668.  
  14669. !*strings.8200:Netscape will move your mail from %s\n\
  14670. to %s/Inbox.\n\
  14671. \n\
  14672. Moving the mail will interfere with other mailers\n\
  14673. that expect already-read mail to remain in\n\
  14674. %s.
  14675.  
  14676. !*strings.8201:Show this Alert Next Time
  14677.  
  14678. !*strings.8202:Netscape Composer: %.900s
  14679.  
  14680. !*strings.8203:Netscape
  14681.  
  14682. !*strings.8204:Unknown:Prompt User
  14683.  
  14684. !*strings.8205:Save To Disk
  14685.  
  14686. !*strings.8206:Plug In : %s
  14687.  
  14688. !*strings.8207:Mime type cannot be empty.
  14689.  
  14690. !*strings.8208:Description|Handled By
  14691.  
  14692. !*strings.8209:Can't get new mail; a lock file %s exists.
  14693.  
  14694. !*strings.8210:No plugin %s. Reverting to save-to-disk for type %s.\n
  14695.  
  14696. !*strings.8211:ERROR: %s\n\
  14697. Cant load plugin %s. Ignored.\n
  14698.  
  14699. !*strings.8212:Plugin specifies different Description and/or Suffixes for mimetype %s.\n\
  14700. \n\
  14701.         Description = "%s"\n\
  14702.         Suffixes = "%s"\n\
  14703. \n\
  14704. Use plugin specified Description and Suffixes ?
  14705.  
  14706. !*strings.8213:error Saving options.
  14707.  
  14708. !*strings.8214:Some values are out of range:
  14709.  
  14710. !*strings.8215:The following value is out of range:
  14711.  
  14712. !*strings.8216:You can have between 1 and 100 rows.
  14713.  
  14714. !*strings.8217:You can have between 1 and 100 columns.
  14715.  
  14716. !*strings.8218:For border width, you can have 0 to 10000 pixels.
  14717.  
  14718. !*strings.8219:For cell spacing, you can have 0 to 10000 pixels.
  14719.  
  14720. !*strings.8220:For cell padding, you can have 0 to 10000 pixels.
  14721.  
  14722. !*strings.8221:For width, you can have between 1 and 10000 pixels,\n\
  14723. or between 1 and 100%.
  14724.  
  14725. !*strings.8222:For height, you can have between 1 and 10000 pixels,\n\
  14726. or between 1 and 100%.
  14727.  
  14728. !*strings.8223:For width, you can have between 1 and 10000 pixels.
  14729.  
  14730. !*strings.8224:For height, you can have between 1 and 10000 pixels.
  14731.  
  14732. !*strings.8225:For space, you can have between 1 and 10000 pixels.
  14733.  
  14734. !*strings.8226:Please enter a new value and try again.
  14735.  
  14736. !*strings.8227:Please enter new values and try again.
  14737.  
  14738. !*strings.8228:Enter the text of the link:
  14739.  
  14740. !*strings.8229:Linked image:
  14741.  
  14742. !*strings.8230:Linked text:
  14743.  
  14744. !*strings.8231:No targets in the selected document
  14745.  
  14746. !*strings.8232:Link to a named target in the specified document (optional).
  14747.  
  14748. !*strings.8233:Link to a named target in the current document (optional).
  14749.  
  14750. !*strings.8234:Do you want to remove the link?
  14751.  
  14752. !*strings.8235:<unknown>
  14753.  
  14754. !*strings.8236:Unopened Tag: '<' was expected
  14755.  
  14756. !*strings.8237:Unopened Tag:  '>' was expected
  14757.  
  14758. !*strings.8238:Unterminated String in tag: closing quote expected
  14759.  
  14760. !*strings.8239:Premature close of tag
  14761.  
  14762. !*strings.8240:Tagname was expected
  14763.  
  14764. !*strings.8241:Unknown tag error
  14765.  
  14766. !*strings.8242:Tag seems ok
  14767.  
  14768. !*strings.8243:This document contains frames. Currently the editor\n\
  14769. cannot edit documents which contain frames.
  14770.  
  14771. !*strings.8244:This document is an about document. The editor\n\
  14772. cannot edit about documents.
  14773.  
  14774. !*strings.8245:You must save this document locally before\n\
  14775. continuing with the requested action.
  14776.  
  14777. !*strings.8246:Do you want to save changes to:\n\
  14778. %.900s?
  14779.  
  14780. !*strings.8247:The error code = (%d).
  14781.  
  14782. !*strings.8248:Cannot copy or cut at this time, try again later.
  14783.  
  14784. !*strings.8249:Nothing is selected.
  14785.  
  14786. !*strings.8250:The selection includes a table cell boundary.\n\
  14787. Deleting and copying are not allowed.
  14788.  
  14789. !*strings.8251:Empty command specified!
  14790.  
  14791. !*strings.8252:No html editor command has been specified in Editor Preferences.\n\
  14792. Specify the file argument with %f. Netscape will replace %f with\n\
  14793. the correct file name. Example:\n\
  14794.              xterm -e vi %f\n\
  14795. Would you like to enter a value in Editor Preferences now?
  14796.  
  14797. !*strings.8253:Syntax error in action handler: %s
  14798.  
  14799. !*strings.8254:Invalid window type for action handler: %s
  14800.  
  14801. !*strings.8255:Modified by the Netscape Navigator Administration Kit.\n\
  14802. Version: %s\n\
  14803. User agent: C
  14804.  
  14805. !*strings.8256:Private Mimetype File (%s) has changed on disk.  Discard your unsaved changes\n\
  14806. and reload?
  14807.  
  14808. !*strings.8257:Private Mailcap File (%s) has changed on disk.  Discard your unsaved changes\n\
  14809. and reload?
  14810.  
  14811. !*strings.8258:Private Mimetype File (%s) has changed on disk and is being reloaded.
  14812.  
  14813. !*strings.8259:Private Mailcap File (%s) has changed on disk and is being reloaded.
  14814.  
  14815. !*strings.8260:No image editor command has been specified in Editor Preferences.\n\
  14816. Specify the file argument with %f. Netscape will replace %f with\n\
  14817. the correct file name. Example:\n\
  14818.              xgifedit %f\n\
  14819. Would you like to enter a value in Editor Preferences now?
  14820.  
  14821. !*strings.8261:You are about to download a remote\n\
  14822. document or image.\n\
  14823. You should get permission to use any\n\
  14824. copyrighted images or documents.
  14825.  
  14826. !*strings.8262:The file is marked read-only.
  14827.  
  14828. !*strings.8263:The file is blocked at this time. Try again later.
  14829.  
  14830. !*strings.8264:The file URL is badly formed.
  14831.  
  14832. !*strings.8265:Error opening file for writing.
  14833.  
  14834. !*strings.8266:Error writing to the file.
  14835.  
  14836. !*strings.8267:Error creating the temporary backup file.
  14837.  
  14838. !*strings.8268:Error deleting the temporary backup file.
  14839.  
  14840. !*strings.8269:Continue saving document?
  14841.  
  14842. !*strings.8270:There was an error while saving the file:\n\
  14843. %.900s
  14844.  
  14845. !*strings.8271:The new document template location is not set.\n\
  14846. Would you like to enter a value in Editor Preferences now?
  14847.  
  14848. !*strings.8272:Please enter an autosave period between 0 and 600 minutes.
  14849.  
  14850. !*strings.8273:The default browse location is not set.\n\
  14851. Would you like to enter a value in Editor Preferences now?
  14852.  
  14853. !*strings.8274:Publish destination must begin with "ftp://", "http://", or "https://".\n\
  14854. Please enter new values and try again.
  14855.  
  14856. !*strings.8275:Image is at a remote location.\n\
  14857. Please save image locally before editing.
  14858.  
  14859. !*strings.8276:cannot allocate colormap
  14860.  
  14861. !*strings.8277:Uploading file to remote server:\n\
  14862. %.900s
  14863.  
  14864. !*strings.8278:Saving file to local disk:\n\
  14865. %.900s
  14866.  
  14867. !*strings.8279:Loading image file:\n\
  14868. %.900s
  14869.  
  14870. !*strings.8280:File %d of %d
  14871.  
  14872. !*strings.8281:Source not found.
  14873.  
  14874. !*strings.8282:Press Cancel to turn off AutoSave until you\n\
  14875. save this document later.
  14876.  
  14877. !*strings.8283:All
  14878.  
  14879. !*strings.8284:Search
  14880.  
  14881. !*strings.8285:New
  14882.  
  14883. !*strings.8286:This list shows the accumulated list of new newsgroups since\n\
  14884. the last time you pressed the Clear New button.
  14885.  
  14886. !*strings.8287:Message Center for %s
  14887.  
  14888. !*strings.8288:on local machine.
  14889.  
  14890. !*strings.8289:on server.
  14891.  
  14892. !*strings.8290:Message:
  14893.  
  14894. !*strings.8291:'%s' from %s in %s Folder
  14895.  
  14896. !*strings.8292:Netscape Group - [ %s ]
  14897.  
  14898. !*strings.8293:Netscape Folder - [ %s ]
  14899.  
  14900. !*strings.8299:Size
  14901.  
  14902. !*strings.8300:Lines
  14903.  
  14904. !*strings.8301:Name
  14905.  
  14906. !*strings.8302:Contact
  14907.  
  14908. !*strings.8303:Security
  14909.  
  14910. !*strings.8304:Conferencing
  14911.  
  14912. !*strings.8305:First Name:
  14913.  
  14914. !*strings.8306:Last Name:
  14915.  
  14916. !*strings.8307:Email Address:
  14917.  
  14918. !*strings.8308:Nickname:
  14919.  
  14920. !*strings.8309:Notes:
  14921.  
  14922. !*strings.8310:Prefers to receive HTML
  14923.  
  14924. !*strings.8311:Organization:
  14925.  
  14926. !*strings.8312:Title:
  14927.  
  14928. !*strings.8313:Address:
  14929.  
  14930. !*strings.8314:City:
  14931.  
  14932. !*strings.8315:State:
  14933.  
  14934. !*strings.8316:Zip:
  14935.  
  14936. !*strings.8317:Country:
  14937.  
  14938. !*strings.8318:Work:
  14939.  
  14940. !*strings.8319:Fax:
  14941.  
  14942. !*strings.8320:Home:
  14943.  
  14944. !*strings.8321:You do not have a Security Certificate for this person.\n\
  14945. \n\
  14946. This means that when you send this person email, it cannot be\n\
  14947. encrypted. This will make it easier for other people to read your\n\
  14948. message.\n\
  14949. \n\
  14950. To obtain Security Certificates for the recipient(s), they must\n\
  14951. first obtain one for themselves and send you a signed email\n\
  14952. message. The Security Certificate will automatically be remembered\n\
  14953. once it is received.\n
  14954.  
  14955. !*strings.8322:You have this person's Security Certificate.\n\
  14956. \n\
  14957. This means that when you send this person email, it can be encrypted.\n\
  14958. Encrypting a message is like sending it in an envelope, rather than a\n\
  14959. postcard. It makes it difficult for other people to view your message.\n\
  14960. \n\
  14961. This person's Security Certificate will expire on %s. When it\n\
  14962. expires, you will no longer be able to send encrypted mail to this\n\
  14963. person until they send you a new one.
  14964.  
  14965. !*strings.8323:This person's Security Certificate has Expired.\n\
  14966. \n\
  14967. You cannot send this person encrypted mail until you obtain a new\n\
  14968. Security Certificate for them. To do this, have this person send you a\n\
  14969. signed mail message. This will automatically include the new Security\n\
  14970. Certificate.
  14971.  
  14972. !*strings.8324:This person's Security Certificate has been revoked. This means that\n\
  14973. the Certificate may have been lost or stolen.\n\
  14974. \n\
  14975. You cannot send this person encrypted mail until you obtain a new\n\
  14976. Security Certificate. To do this, have this person send you a signed\n\
  14977. mail message. This will automatically include the new Security\n\
  14978. Certificate.
  14979.  
  14980. !*strings.8325:You do not have a Security Certificate for yourself.\n\
  14981. This means that you cannot receive encrypted mail, which would\n\
  14982. make it difficult for other people to eavesdrop on messages\n\
  14983. sent to you.\n\
  14984. \n\
  14985. You also cannot digitally sign mail. A digital signature would\n\
  14986. indicate that the message was from you, and would also prevent\n\
  14987. other people from tampering with your message.\n\
  14988. \n\
  14989. To obtain a Security Certificate, press the Get Certificate\n\
  14990. button. After you obtain a Certificate it will automatically\n\
  14991. be sent out with your signed messages so that other people can\n\
  14992. send you encrypted mail.
  14993.  
  14994. !*strings.8326:You have a Security Certificate.\n\
  14995. This means that you can receive encrypted mail. In order to be able to\n\
  14996. do this, you must first send mail to a person and sign the message. By\n\
  14997. doing so, you send them your certificate, which makes it possible for\n\
  14998. them to send you encrypted mail.\n\
  14999. \n\
  15000. Encrypting a message is like sending it in a envelope, rather than a\n\
  15001. postcard. It makes it difficult for other people to eavesdrop on your\n\
  15002. message.\n\
  15003. \n\
  15004. Your Security Certificate will expire on %s. Before it expires,\n\
  15005. you will have to obtain a new Certificate.
  15006.  
  15007. !*strings.8327:Your Security Certificate has Expired.\n\
  15008. \n\
  15009. This means that you can no longer digitally sign messages with this\n\
  15010. certificate. You can continue to receive encrypted mail, however.\n\
  15011. \n\
  15012. This means that you must obtain another Certificate. Click on Show\n\
  15013. Certificate to do so.
  15014.  
  15015. !*strings.8328:Your Security Certificate has been revoked.\n\
  15016. This means that you can no longer digitally sign messages with this\n\
  15017. certificate. You can continue to receive encrypted mail, however.\n\
  15018. \n\
  15019. This means that you must obtain another Certificate.
  15020.  
  15021. !*strings.8329:Show Certificate
  15022.  
  15023. !*strings.8330:Get Certificate
  15024.  
  15025. !*strings.8331:Mailing List Info
  15026.  
  15027. !*strings.8332:List Name:
  15028.  
  15029. !*strings.8333:List Nickname:
  15030.  
  15031. !*strings.8334:Description:
  15032.  
  15033. !*strings.8335:Type names or drag addresses into the mailing list below:
  15034.  
  15035. !*strings.8336:Name
  15036.  
  15037. !*strings.8337:
  15038.  
  15039. !*strings.8338:Email Address
  15040.  
  15041. !*strings.8339:Nickname
  15042.  
  15043. !*strings.8340:Organization
  15044.  
  15045. !*strings.8341:City
  15046.  
  15047. !*strings.8342:State
  15048.  
  15049. !*strings.8343:%d Unread, %d Total
  15050.  
  15051. !*strings.8344:Search
  15052.  
  15053. !*strings.8345:Stop
  15054.  
  15055. !*strings.8346:Remove
  15056.  
  15057. !*strings.8347:This message will be sent to:
  15058.  
  15059. !*strings.8348:all
  15060.  
  15061. !*strings.8349:1 month ago
  15062.  
  15063. !*strings.8350:Attachment operation cannot be completed now.\n\
  15064. Message delivery or attachment load is in progress.
  15065.  
  15066. !*strings.8351:This item is already attached:\n\
  15067. %s
  15068.  
  15069. !*strings.8352:Attachment panel is full - no more attachments can be added.
  15070.  
  15071. !*strings.8353:Getting new messages...
  15072.  
  15073. !*strings.8354:Address Book - %s
  15074.  
  15075. !*strings.8355:Show Certificate
  15076.  
  15077. !*strings.8356:Order
  15078.  
  15079. !*strings.8357:Language
  15080.  
  15081. !*strings.8358:Filters will be applied to incoming mail in the\n\
  15082. following order:
  15083.  
  15084. !*strings.8359:To call another person using Netscape Conference, you must first\n\
  15085. choose the server you would like to use to look up that person's\n\
  15086. address.
  15087.  
  15088. !*strings.8360:Netscape Conference DLS Server
  15089.  
  15090. !*strings.8361:Specific DLS Server
  15091.  
  15092. !*strings.8362:Hostname or IP Address
  15093.  
  15094. !*strings.8363:Address:
  15095.  
  15096. !*strings.8364:(For example, %s)
  15097.  
  15098. !*strings.8365:Card for <%s>
  15099.  
  15100. !*strings.8366:New Card
  15101.  
  15102. !*strings.8367:Mark Messages Read
  15103.  
  15104. !*strings.8368:Mark messages read up to: (MM/DD/YY)
  15105.  
  15106. !*strings.8369:The date must be valid,\n\
  15107. and must be in the form MM/DD/YY.
  15108.  
  15109. !*strings.8370:There are %d new message headers to download for\n\
  15110. this newsgroup.
  15111.  
  15112. !*strings.8371:Get Next %d Messages
  15113.  
  15114. !*strings.8372:unread
  15115.  
  15116. !*strings.8373:yesterday
  15117.  
  15118. !*strings.8374:1 week ago
  15119.  
  15120. !*strings.8375:2 weeks ago
  15121.  
  15122. !*strings.8376:6 months ago
  15123.  
  15124. !*strings.8377:1 year ago
  15125.  
  15126. !*strings.8378:An Address Book entry with this name and email address already exists.
  15127.  
  15128. !*strings.8379:Mailing lists can only contain entries from the Personal Address Book.\n\
  15129. Would you like to add %s to the address book?
  15130.  
  15131. !*strings.8380:Make sure both the server name and port are filled in and are valid.
  15132.  
  15133. !*strings.8381:unknown
  15134.  
  15135. !*strings.8382:To:
  15136.  
  15137. !*strings.8383:CC:
  15138.  
  15139. !*strings.8384:BCC:
  15140.  
  15141. !*strings.8385:Type Name
  15142.  
  15143. !*strings.8386:Next %d
  15144.  
  15145. !*strings.8387:This document cannot be attached to a message:\n\
  15146. %s
  15147.  
  15148. !*strings.8388:Netscape Communicator cannot find your\n\
  15149. Personal Card. Would you like to create a\n\
  15150. Personal Card now?
  15151.  
  15152. !*strings.8389:Communicator Message Center for %s
  15153.  
  15154. !*strings.8390:Plain
  15155.  
  15156. !*strings.8391:Bold
  15157.  
  15158. !*strings.8392:Italic
  15159.  
  15160. !*strings.8393:Bold Italic
  15161.  
  15162. !*strings.8394:Normal
  15163.  
  15164. !*strings.8395:Bigger
  15165.  
  15166. !*strings.8396:Smaller
  15167.  
  15168. !*strings.8397:Sent
  15169.  
  15170. !*strings.8398:Message has not been sent. Do you want to\n\
  15171. save the message in the Drafts Folder?
  15172.  
  15173. !*strings.8399:Invalid Date Value. No search is performed.
  15174.  
  15175. !*strings.8400:Invalid value for the MONTH field.\n\
  15176. Please enter month in 2 digits (1-12).\n\
  15177. Try again!
  15178.  
  15179. !*strings.8401:Invalid value for the DAY of the month field.\n\
  15180. Please enter date in 2 digits (1-31).\n\
  15181. Try again!
  15182.  
  15183. !*strings.8402:Invalid value for the YEAR field.\n\
  15184. Please enter year in 4 digits (e.g. 1997).\n\
  15185. Year value has to be 1900 or later.\n\
  15186. Try again!
  15187.  
  15188. !*strings.8403:To:
  15189.  
  15190. !*strings.8404:Cc:
  15191.  
  15192. !*strings.8405:Bcc:
  15193.  
  15194. !*strings.8406:Newsgroup:
  15195.  
  15196. !*strings.8407:Reply-To:
  15197.  
  15198. !*strings.8408:Followup-To:
  15199.  
  15200. !*strings.8414:Address
  15201.  
  15202. !*strings.8415:Attachment
  15203.  
  15204. !*strings.8416:Option
  15205.  
  15206. !*strings.8417:OK
  15207.  
  15208. !*strings.8418:Clear
  15209.  
  15210. !*strings.8419:Cancel
  15211.  
  15212. !*strings.8420:Urgent
  15213.  
  15214. !*strings.8421:Important
  15215.  
  15216. !*strings.8422:Normal
  15217.  
  15218. !*strings.8423:FYI
  15219.  
  15220. !*strings.8424:Junk
  15221.  
  15222. !*strings.8425:Priority
  15223.  
  15224. !*strings.8426:%sLabel
  15225.  
  15226. !*strings.8427:Addressing
  15227.  
  15228. !*strings.8428:Attachment
  15229.  
  15230. !*strings.8429:Compose
  15231.  
  15232. !*strings.8430:All Mail Folders
  15233.  
  15234. !*strings.8431:All Groups
  15235.  
  15236. !*strings.8432:LDAP Directory
  15237.  
  15238. !*strings.8433:Location
  15239.  
  15240. !*strings.8434:Subject
  15241.  
  15242. !*strings.8435:Sender
  15243.  
  15244. !*strings.8436:Date
  15245.  
  15246. !*strings.8437:Preparing file to publish:\n\
  15247. %.900s
  15248.  
  15249. !*strings.8438:Name
  15250.  
  15251. !*strings.8439:Location
  15252.  
  15253. !*strings.8440:Last Visited
  15254.  
  15255. !*strings.8441:Last Modified
  15256.  
  15257. !*strings.8442:Name
  15258.  
  15259. !*strings.8443:Total
  15260.  
  15261. !*strings.8444:Unread
  15262.  
  15263. !*strings.8445:Category
  15264.  
  15265. !*strings.8446:Newsgroup name
  15266.  
  15267. !*strings.8447:Messages
  15268.  
  15269. !*strings.8448:Subject
  15270.  
  15271. !*strings.8449:Date
  15272.  
  15273. !*strings.8450:Priority
  15274.  
  15275. !*strings.8451:Status
  15276.  
  15277. !*strings.8452:Sender
  15278.  
  15279. !*strings.8453:Recipient
  15280.  
  15281. !*strings.8454:File Here
  15282.  
  15283. !*strings.8455:Registering Converters
  15284.  
  15285. !*strings.8456:Initializing Security Library
  15286.  
  15287. !*strings.8457:Initializing Network Library
  15288.  
  15289. !*strings.8458:Initializing Message Library
  15290.  
  15291. !*strings.8459:Initializing Image Library
  15292.  
  15293. !*strings.8460:Initializing Javascript
  15294.  
  15295. !*strings.8461:Initializing Plugins
  15296.  
  15297. !*strings.8462:%s: installColormap: %s must be yes, no, or guess.\n
  15298.  
  15299. !*strings.8463:Communicator Bookmarks for %s
  15300.  
  15301. !*strings.8464:Untitled
  15302.  
  15303. !*strings.8465:Unchecking this option means that this group\n\
  15304. and all newsgroups above it do not\n\
  15305. receive HTML messages
  15306.  
  15307. !*strings.8466:Encrypted
  15308.  
  15309. !*strings.8467:None
  15310.  
  15311. !*strings.8468:Show Column
  15312.  
  15313. !*strings.8469:Hide Column
  15314.  
  15315. !*strings.8470:That functionality has been disabled
  15316.  
  15317. !*strings.8471:file: Untitled
  15318.  
  15319. !*strings.8472:%s is not set.\n
  15320.  
  15321. !*strings.8473:Newsgroups directory
  15322.  
  15323. !*strings.8474:Local mail directory
  15324.  
  15325. !*strings.8475:%s "%.255s" does not exist.\n
  15326.  
  15327. !*strings.8476:No matches found
  15328.  
  15329. !*strings.8477:Please enter a valid email address (e.g. user@internet.com).\n
  15330.  
  15331. !*strings.8478:Communicator History for %s
  15332.  
  15333. !*strings.8479:Title
  15334.  
  15335. !*strings.8480:Location
  15336.  
  15337. !*strings.8481:First Visited
  15338.  
  15339. !*strings.8482:Last Visited
  15340.  
  15341. !*strings.8483:Expires
  15342.  
  15343. !*strings.8484:Visit Count
  15344.  
  15345. !*strings.8485:Place a call with Netscape Conference to 
  15346.  
  15347. !*strings.8486:Send a message to 
  15348.  
  15349. !*strings.8487:Default Inbox folder does not exist.\n\
  15350. You will not be able to get new messages!
  15351.  
  15352. !*strings.8488:telnet
  15353.  
  15354. !*strings.8489:TN3270 application
  15355.  
  15356. !*strings.8490:rlogin
  15357.  
  15358. !*strings.8491:rlogin with user
  15359.  
  15360. !*strings.8492:You cannot delete this application from the preferences.
  15361.  
  15362. !*strings.8493:The application field is not set.
  15363.  
  15364. !*strings.8494:[JavaScript Application]
  15365.  
  15366. !*strings.8495:The preferences you have, version %s, is incompatible with the\n\
  15367. current version %s. Would you like to save new preferences now?
  15368.  
  15369. !*strings.8496:Please be aware that the preferences you have, version %s,\n\
  15370. is incompatible with the current version %s.
  15371.  
  15372. !*strings.8497:%s: program is version %s, but resources are version %s.\n\
  15373. \n\
  15374.     This means that there is an inappropriate `%s' file installed\n\
  15375.     in the app-defaults directory.  Check these environment variables\n\
  15376.     and the directories to which they point:\n\
  15377. \n\
  15378.     $XAPPLRESDIR\n\
  15379.     $XFILESEARCHPATH\n\
  15380.     $XUSERFILESEARCHPATH\n\
  15381. \n\
  15382.     Also check for this file in your home directory, or in the\n\
  15383.     directory called `app-defaults' somewhere under /usr/lib/.
  15384.  
  15385. !*strings.8498:%s: couldn't find our resources?\n\
  15386. \n\
  15387.     This could mean that there is an inappropriate `%s' file\n\
  15388.     installed in the app-defaults directory.  Check these environment\n\
  15389.     variables and the directories to which they point:\n\
  15390. \n\
  15391.     $XAPPLRESDIR\n\
  15392.     $XFILESEARCHPATH\n\
  15393.     $XUSERFILESEARCHPATH\n\
  15394. \n\
  15395.     Also check for this file in your home directory, or in the\n\
  15396.     directory called `app-defaults' somewhere under /usr/lib/.
  15397.  
  15398. !*strings.8499:%s: locale `%s' not supported by Xlib; trying `C'.\n
  15399.  
  15400. !*strings.8500:%s: locale `C' not supported.\n
  15401.  
  15402. !*strings.8501:%s: locale `C' not supported either.\n
  15403.  
  15404. !*strings.8502:\n\
  15405.     If the $XNLSPATH directory does not contain the proper config files,\n\
  15406.     %s will crash the first time you try to paste into a text\n\
  15407.     field.  (This is a bug in the X11R5 libraries against which this\n\
  15408.     program was linked.)\n\
  15409. \n\
  15410.     Since neither X11R4 nor X11R6 come with these config files, we have\n\
  15411.     included them with the %s distribution.  The normal place\n\
  15412.     for these files is %s.\n\
  15413.     If you can't create that\n\
  15414.     directory, you should set the $XNLSPATH environment variable to\n\
  15415.     point at the place where you installed the files.\n\
  15416. \n
  15417.  
  15418. !*strings.8503:    Perhaps the $XNLSPATH environment variable is not set correctly?\n
  15419.  
  15420. !*strings.8504: uname failed
  15421.  
  15422. !*strings.8505:%s: uname() failed; can't determine what system we're running on\n
  15423.  
  15424. !*strings.8506:%s: this is a SunOS 4.1.3 executable, and you are running it on\n\
  15425.     SunOS %s (Solaris.)  It would be a very good idea for you to\n\
  15426.     run the Solaris-specific binary instead.  Bad Things may happen.\n\
  15427. \n
  15428.  
  15429. !*strings.8507:%s: failed to initialize mozilla_event_queue!\n
  15430.  
  15431. !*strings.8508:%s: invalid `-remote' option "%s"\n
  15432.  
  15433. !*strings.8509:%s: the `-id' option must come before all `-remote' options.\n
  15434.  
  15435. !*strings.8510:%s: only one `-id' option may be used.\n
  15436.  
  15437. !*strings.8511:%s: invalid `-id' option "%s"\n
  15438.  
  15439. !*strings.8512:%s: the `-id' option may only be used with `-remote'.\n
  15440.  
  15441. !*strings.8513:%s: warning: $XKEYSYMDB is %s,\n\
  15442.     but that file doesn't exist.\n
  15443.  
  15444. !*strings.8514:%s: warning: no XKeysymDB file in either\n\
  15445.     %s, %s, or %s\n\
  15446.     Please set $XKEYSYMDB to the correct XKeysymDB file.\n
  15447.  
  15448. !*strings.8515:%s: not found in PATH!\n
  15449.  
  15450. !*strings.8516:renaming %s to %s:
  15451.  
  15452. !*strings.8517:%s: usage: OpenURL(url [ , new-window|window-name ] )\n
  15453.  
  15454. !*strings.8518:%s: usage: OpenFile(file)\n
  15455.  
  15456. !*strings.8519:%s: usage: print([filename])\n
  15457.  
  15458. !*strings.8520:%s: usage: SaveAS(file, output-data-type)\n
  15459.  
  15460. !*strings.8521:%s: usage: SaveAS(file, [output-data-type])\n
  15461.  
  15462. !*strings.8522:%s: usage: mailto(address ...)\n
  15463.  
  15464. !*strings.8523:%s: usage: find(string)\n
  15465.  
  15466. !*strings.8524:%s: usage: addBookmark(url, title)\n
  15467.  
  15468. !*strings.8525:%s: usage: htmlHelp(map-file, id, search-text)\n
  15469.  
  15470. !*strings.8526:%s: unparsable encoding filter spec: %s\n
  15471.  
  15472. !*strings.8527:Upload File
  15473.  
  15474. !*strings.8528:error saving options
  15475.  
  15476. !*strings.8529:# Netscape User History File\n\
  15477. # Version: %s\n\
  15478. # This is a generated file!  Do not edit.\n\
  15479. \n
  15480.  
  15481. !*strings.8530:%s: too many args (%d) to ActivateLinkAction()\n
  15482.  
  15483. !*strings.8531:%s: unknown parameter (%s) to ActivateLinkAction()\n
  15484.  
  15485. !*strings.8532:file:///Untitled
  15486.  
  15487. !*strings.8533:printing
  15488.  
  15489. !*strings.8534:\n\
  15490. This is the default visual and color map.
  15491.  
  15492. !*strings.8535:\n\
  15493. This is the default visual with a private map.
  15494.  
  15495. !*strings.8536:\n\
  15496. This is a non-default visual.
  15497.  
  15498. !*strings.8537:from network
  15499.  
  15500. !*strings.8538:from disk cache
  15501.  
  15502. !*strings.8539:from memory cache
  15503.  
  15504. !*strings.8540:default
  15505.  
  15506. !*strings.8541:%s: too few args (%d) to HistoryItem()\n
  15507.  
  15508. !*strings.8542:%s: too many args (%d) to HistoryItem()\n
  15509.  
  15510. !*strings.8543:%s: unknown parameter (%s) to HistoryItem()\n
  15511.  
  15512. !*strings.8544:%s: unable to read %s property\n
  15513.  
  15514. !*strings.8545:%s: invalid data on %s of window 0x%x.\n
  15515.  
  15516. !*strings.8546:509 internal error: unable to translatewindow 0x%x to a widget
  15517.  
  15518. !*strings.8547:500 unparsable command: %s
  15519.  
  15520. !*strings.8548:501 unrecognized command: %s
  15521.  
  15522. !*strings.8549:502 no appropriate window for %s
  15523.  
  15524. !*strings.8550:200 executed command: %s(
  15525.  
  15526. !*strings.8551:200 executed command: %s(
  15527.  
  15528. !*strings.8552:%s: windowGravityWorks: %s must be yes, no, or guess.\n
  15529.  
  15530. !*strings.8553:could not dup() a stderr:
  15531.  
  15532. !*strings.8554:could not fdopen() the new stderr:
  15533.  
  15534. !*strings.8555:could not dup() a new stderr:
  15535.  
  15536. !*strings.8556:could not dup() a stdout:
  15537.  
  15538. !*strings.8557:could not fdopen() the new stdout:
  15539.  
  15540. !*strings.8558:could not dup() a new stdout:
  15541.  
  15542. !*strings.8559:\n\
  15543. %s:\n\
  15544. \n\
  15545. This Netscape Communicator binary does not run on %s %s.\n\
  15546. \n\
  15547. Please visit http://home.netscape.com/ for a version of Communicator that runs\n\
  15548. on your system.\n\
  15549. \n
  15550.  
  15551. !*strings.8560:Created On
  15552.  
  15553. !*strings.8563:Netscape Exit Confirmation\n
  15554.  
  15555. !*strings.8564:Close all windows and exit Netscape?\n
  15556.  
  15557. !*strings.8565:Netscape Mail\n
  15558.  
  15559. !*strings.8566:Outbox folder contains unsent messages\n\
  15560. Send them now?
  15561.  
  15562. !*strings.8567:Your POP user name is just your user name (e.g. user),\n\
  15563. not your full POP address (e.g. user@internet.com).
  15564.  
  15565. !*strings.8568:Please enter valid information.
  15566.  
  15567. !*strings.8569:The editing of JavaScript message filters is not available\n\
  15568. in this release of Communicator.
  15569.  
  15570. !*strings.8570:Phone
  15571.  
  15572. !*strings.8571:Cleaning up news messages...
  15573.  
  15574. !*strings.8572:Your font preferences will not take effect until you restart Communicator.
  15575.  
  15576. !*strings.8573:One or more items in the selection you are dragging do not contain an email address\n\
  15577. and was not added to the list. Please make sure each item in your selection includes\n\
  15578. an email address.
  15579.  
  15580. !*strings.8574:New Folder Name:
  15581.  
  15582. !*strings.8575:       -component-bar            Show only the Component Bar.\n\
  15583. \n\
  15584.        -composer                 Open all command line URLs in Composer.\n\
  15585.        -edit                     Same as -composer.\n\
  15586. \n\
  15587.        -messenger                Show Messenger Mailbox (INBOX).\n\
  15588.        -mail                     Same as -messenger.\n\
  15589. \n\
  15590.        -discussions              Show Collabra Discussions.\n\
  15591.        -news                     Same as -discussions.\n\
  15592. \n
  15593.  
  15594. !*strings.8576:       Arguments which are not switches are interpreted as either files or\n\
  15595.        URLs to be loaded.\n\
  15596. \n
  15597.  
  15598. !*strings.8577:Searching:
  15599.  
  15600. !*strings.8578:Search Results
  15601.  
  15602. !*strings.8579:Search results for:
  15603.  
  15604. !*strings.8580:Name
  15605.  
  15606. !*strings.8581:Email
  15607.  
  15608. !*strings.8582:Organization
  15609.  
  15610. !*strings.8583:Department
  15611.  
  15612. !*strings.8584:Search results will appear in address book window
  15613.  
  15614. !*strings.8585:Basic Search
  15615.  
  15616. !*strings.8586:Advanced Search
  15617.  
  15618. !*strings.8587:More
  15619.  
  15620. !*strings.8588:Fewer
  15621.  
  15622. !*strings.8589:Find items which
  15623.  
  15624. !*strings.8590:Match all items below (And)
  15625.  
  15626. !*strings.8591:Match one or more of the items below (Or)
  15627.  
  15628. !*strings.8592:where
  15629.  
  15630. !*strings.8593:
  15631.  
  15632. !*strings.8594:and
  15633.  
  15634. !*strings.8595:or
  15635.  
  15636. !*strings.8596:Description:
  15637.  
  15638. !*strings.8597:LDAP Server:
  15639.  
  15640. !*strings.8598:Server Root:
  15641.  
  15642. !*strings.8599:Port Number:
  15643.  
  15644. !*strings.8600:Maximum Number of Hits:
  15645.  
  15646. !*strings.8601:Secure
  15647.  
  15648. !*strings.8602:Save Password
  15649.  
  15650. !*strings.8603:Directory Info
  15651.  
  15652. !*strings.8604:Directories
  15653.  
  15654. !*strings.8605:Search...
  15655.  
  15656. !*strings.8606:Custom Header:
  15657.  
  15658. !*strings.8607:Display Name:
  15659.  
  15660. !*strings.8608:Pager:
  15661.  
  15662. !*strings.8609:Cellular:
  15663.  
  15664. !*strings.8610:Cannot drop into the targeted destination folder.
  15665.  
  15666. !*strings.8611:Login with name and password
  15667.  
  15668. !*strings.8612:No spellchk library found
  15669.  
  15670. !*strings.8613:Choose where you would like your %s messages to be stored:
  15671.  
  15672. !*strings.8614:Place a copy in folder: '%s' on '%s'
  15673.  
  15674. !*strings.8615:Folder '%s' on
  15675.  
  15676. !*strings.8616:Keep templates in: '%s' on '%s'
  15677.  
  15678. !*strings.8617:Keep drafts in: '%s' on '%s'
  15679.  
  15680. !*strings.8618:BCC: %s
  15681.  
  15682. !*strings.8619:General
  15683.  
  15684. !*strings.8620:Advanced
  15685.  
  15686. !*strings.8621:IMAP
  15687.  
  15688. !*strings.8622:Sharing
  15689.  
  15690. !*strings.8623:This server does not support shared folders
  15691.  
  15692. !*strings.8624:You have the following permissions:
  15693.  
  15694. !*strings.8625:Share this and other folders with network users \n\
  15695.         and display and set access privileges.
  15696.  
  15697. !*strings.8626:Folder Type:
  15698.  
  15699. !*strings.8627:POP
  15700.  
  15701. !*strings.8628:start my reply above the quoted text
  15702.  
  15703. !*strings.8629:start my reply below the quoted text
  15704.  
  15705. !*strings.8630:select the quoted text
  15706.  
  15707. !*strings.8631: (default)
  15708.  
  15709. !*strings.8632:Inline
  15710.  
  15711. !*strings.8633:Quoted
  15712.  
  15713. !*strings.8634:As Attachment
  15714.  
  15715. !*strings.8635:Automatically subscribe to all my folders on "%s"
  15716.  
  15717. !*strings.8636:MoveMail
  15718.  
  15719. !*strings.8637:(Using Movemail)
  15720.  
  15721. !*strings.8638:Automatically
  15722.  
  15723. !*strings.8639:Ask me
  15724.  
  15725. !*strings.8640:Never Send
  15726.  
  15727. !*strings.8641:Reply To:
  15728.  
  15729. !*strings.8642:multiple matches found
  15730.  
  15731. !*strings.8643:%m/%d/%Y
  15732.  
  15733. !*strings.8644:The mail filter named '%s' has been truncated because it had more than %d terms.
  15734.  
  15735. !*strings.8645:Invalid Date Value.
  15736.  
  15737. !*strings.8646:Department:
  15738.  
  15739. !*strings.8647:You must pick a file that exists.
  15740.  
  15741. !*strings.8648:You are not allowed to choose a directory.
  15742.  
  15743. !*strings.8649:Match all items below (And):
  15744.  
  15745. !*strings.8650:Download headers for: %s
  15746.  
  15747. !*strings.8651:Unable to access directory:\n\
  15748. %s\n
  15749.  
  15750. !*strings.8652:Ask Me
  15751.  
  15752. !*strings.8653:Text
  15753.  
  15754. !*strings.8654:HTML
  15755.  
  15756. !*strings.8655:Text and HTML
  15757.  
  15758. !*strings.8656:Sorry, help is not available for this topic.
  15759.  
  15760. !*strings.8657:(None available)
  15761.  
  15762. !*strings.8658:Compact Folders
  15763.  
  15764. !*strings.8659:Compact This Folder
  15765.  
  15766. !*strings.8660:Empty Trash on %s
  15767.  
  15768. !*strings.8661:Empty Trash Folder
  15769.  
  15770. !*strings.8662:If the message comes from outside the\n\
  15771. domain %s:
  15772.  
  15773. !*strings.8663:(no domain)
  15774.  
  15775. !*strings.8664:Addresses Matching "%s"
  15776.  
  15777. !*strings.8665:Select Addresses
  15778.  
  15779. !*strings.8666:Mailing List
  15780.  
  15781. !*strings.8667:Folder name
  15782.  
  15783. !*strings.8668:Delete Mail Server
  15784.  
  15785. !*strings.8669:Delete Folders
  15786.  
  15787. !*strings.8670:AddressBook Info
  15788.  
  15789. !*strings.8671:Name:
  15790.  
  15791. !*strings.8672:Basic Search
  15792.  
  15793. !*strings.8673:Advanced Search
  15794.  
  15795. !*strings.8674:URL:
  15796.  
  15797. !*strings.8675:Go
  15798.  
  15799. !*strings.8676:Properties
  15800.  
  15801. !*strings.8677:Get Info
  15802.  
  15803. !*strings.8678:Location: %s
  15804.  
  15805. !*strings.8679:No matches
  15806.  
  15807. !*strings.8680:
  15808.  
  15809. !*strings.8681:
  15810.  
  15811. !*strings.8682:
  15812.  
  15813. !*strings.8683:
  15814.  
  15815. !*strings.8684:
  15816.  
  15817. !*strings.8685:Please enter some text for your search and try again.
  15818.  
  15819. !*strings.8686:Please enter a valid date for your search and try again.
  15820.  
  15821. !*strings.8687:Cannot save to file.\n\
  15822. Source is the same as destination.
  15823.  
  15824.